Interface NodeDeclaration
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Statement
- All Known Implementing Classes:
NodeDeclarationImpl
A representation of the model object 'Node Declaration'.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNodes
org.eclipse.emf.common.util.EList<Node> getNodes()Returns the value of the 'Nodes' containment reference list. The list contents are of typeNode
.- Returns:
- the value of the 'Nodes' containment reference list.
- See Also:
-
getKind
NodeKind getKind()Returns the value of the 'Kind' attribute. The literals are from the enumerationNodeKind
.- Returns:
- the value of the 'Kind' attribute.
- See Also:
-
setKind
Sets the value of the 'Kind
' attribute.- Parameters:
value
- the new value of the 'Kind' attribute.- See Also:
-