public interface ViewElement
extends org.eclipse.emf.ecore.EObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFromElementId() |
FromProperty |
getFromProperty() |
java.lang.String |
getId() |
java.lang.String |
getTitle() |
void |
setFromElementId(java.lang.String value)
Sets the value of the '
From Element Id ' attribute. |
void |
setFromProperty(FromProperty value)
Sets the value of the '
From Property ' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
void |
setTitle(java.lang.String value)
Sets the value of the '
Title ' attribute. |
java.lang.String getId()
void setId(java.lang.String value)
Id
' attribute. value
- the new value of the 'Id' attribute.getId()
java.lang.String getTitle()
void setTitle(java.lang.String value)
Title
' attribute. value
- the new value of the 'Title' attribute.getTitle()
java.lang.String getFromElementId()
void setFromElementId(java.lang.String value)
From Element Id
' attribute. value
- the new value of the 'From Element Id' attribute.getFromElementId()
FromProperty getFromProperty()
void setFromProperty(FromProperty value)
From Property
' attribute. value
- the new value of the 'From Property' attribute.FromProperty
,
getFromProperty()