Interface Alternative
- All Superinterfaces:
EObject
,Expression
,Notifier
,Operation
- All Known Implementing Classes:
AlternativeImpl
A representation of the model object 'Alternative'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Left Option' containment reference.Returns the value of the 'Right Option' containment reference.void
setLeftOption
(Option value) Sets the value of the 'Left Option
' containment reference.void
setRightOption
(Option value) Sets the value of the 'Right Option
' containment 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
-
getLeftOption
Option getLeftOption()Returns the value of the 'Left Option' containment reference.If the meaning of the 'Left Option' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Left Option' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setLeftOption
Sets the value of the 'Left Option
' containment reference.- Parameters:
value
- the new value of the 'Left Option' containment reference.- See Also:
- Generated class or method.
-
getRightOption
Option getRightOption()Returns the value of the 'Right Option' containment reference.If the meaning of the 'Right Option' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Right Option' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setRightOption
Sets the value of the 'Right Option
' containment reference.- Parameters:
value
- the new value of the 'Right Option' containment reference.- See Also:
- Generated class or method.
-