Interface Alternative
-
- All Superinterfaces:
EObject
,Expression
,Notifier
,Operation
- All Known Implementing Classes:
AlternativeImpl
public interface Alternative extends Operation
A representation of the model object 'Alternative'.The following features are supported:
- See Also:
ExpressionPackage.getAlternative()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Option
getLeftOption()
Returns the value of the 'Left Option' containment reference.Option
getRightOption()
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 Detail
-
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:
setLeftOption(Option)
,ExpressionPackage.getAlternative_LeftOption()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setLeftOption
void setLeftOption(Option value)
Sets the value of the 'Left Option
' containment reference.- Parameters:
value
- the new value of the 'Left Option' containment reference.- See Also:
getLeftOption()
- 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:
setRightOption(Option)
,ExpressionPackage.getAlternative_RightOption()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setRightOption
void setRightOption(Option value)
Sets the value of the 'Right Option
' containment reference.- Parameters:
value
- the new value of the 'Right Option' containment reference.- See Also:
getRightOption()
- Generated class or method.
-
-