org.eclipse.gmt.modisco.xml
Interface Node

All Known Subinterfaces:
Attribute, CDATA, Comment, ComposedAttribute, DocumentTypeDeclaration, Element, JavaScript, JSPAction, JSPComment, JSPDeclaration, JSPDirective, JSPExpression, JSPScript, JSPScriptlet, JSPStdAction, JSPTagLib, Namespace, ProcessingInstruction, Root, Text

public interface Node

A representation of the model object 'Node'.

The following features are supported:

See Also:
MoDiscoXMLPackage.getNode()
Generated:
Model:
abstract="true"

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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), MoDiscoXMLPackage.getNode_Name()
Generated:
Model:
unique="false" required="true" ordered="false"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getParent

Element getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Children'.

If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(Element), MoDiscoXMLPackage.getNode_Parent(), Element.getChildren()
Generated:
Model:
opposite="children" transient="false" ordered="false"

setParent

void setParent(Element value)
Sets the value of the 'Parent' container reference.

Parameters:
value - the new value of the 'Parent' container reference.
See Also:
getParent()
Generated: