public interface Node
MoDiscoXMLPackage.getNode()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Element |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setParent(Element value)
Sets the value of the '
Parent' container reference. |
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),
MoDiscoXMLPackage.getNode_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Element getParent()
Children'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(Element),
MoDiscoXMLPackage.getNode_Parent(),
Element.getChildren()void setParent(Element value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()