public interface Node extends ISynchable
GeppettoPackage.getNode()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getPath() |
<any> |
getTags()
Returns the value of the 'Tags' reference list.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
isSynched, setSynched
java.lang.String getId()
""
.
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
GeppettoPackage.getNode_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getName()
""
.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
GeppettoPackage.getNode_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
<any> getTags()
Tag
.
If the meaning of the 'Tags' reference list isn't clear, there really should be more of a description here...
GeppettoPackage.getNode_Tags()
java.lang.String getPath()