|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
A representation of the model object 'Node'.
The following features are supported:
MoDiscoXMLPackage.getNode()
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |