Interface VariableOrNodeExpr
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expr
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
VariableOrNodeExprImpl
A representation of the model object 'Variable Or Node Expr'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Singleton Variable' containment reference.Returns the value of the 'Variable Or Node' reference.void
Sets the value of the 'Singleton Variable
' containment reference.void
setVariableOrNode
(VariableOrNode value) Sets the value of the 'Variable Or Node
' reference.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
-
getVariableOrNode
VariableOrNode getVariableOrNode()Returns the value of the 'Variable Or Node' reference.- Returns:
- the value of the 'Variable Or Node' reference.
- See Also:
-
setVariableOrNode
Sets the value of the 'Variable Or Node
' reference.- Parameters:
value
- the new value of the 'Variable Or Node' reference.- See Also:
-
getSingletonVariable
ImplicitVariable getSingletonVariable()Returns the value of the 'Singleton Variable' containment reference.- Returns:
- the value of the 'Singleton Variable' containment reference.
- See Also:
-
setSingletonVariable
Sets the value of the 'Singleton Variable
' containment reference.- Parameters:
value
- the new value of the 'Singleton Variable' containment reference.- See Also:
-