Interface ChoiceOperation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HasGeneratedInput,org.eclipse.emf.common.notify.Notifier,RosettaExpression,RosettaOperation,RosettaUnaryOperation
- All Known Implementing Classes:
ChoiceOperationImpl
A representation of the model object 'Choice Operation'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Attribute>Returns the value of the 'Attributes' reference list.Returns the value of the 'Necessity' attribute.voidsetNecessity(Necessity value) Sets the value of the 'Necessity' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com.regnosys.rosetta.rosetta.expression.HasGeneratedInput
isGeneratedInputWasSet, setGeneratedInputWasSetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaExpression
isGenerated, setGeneratedMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaOperation
getOperator, setOperatorMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaUnaryOperation
getArgument, getInput, needsGeneratedInput, setArgument, setGeneratedInputIfAbsent
-
Method Details
-
getNecessity
Necessity getNecessity()Returns the value of the 'Necessity' attribute. The literals are from the enumerationNecessity.- Returns:
- the value of the 'Necessity' attribute.
- See Also:
-
setNecessity
Sets the value of the 'Necessity' attribute.- Parameters:
value- the new value of the 'Necessity' attribute.- See Also:
-
getAttributes
org.eclipse.emf.common.util.EList<Attribute> getAttributes()Returns the value of the 'Attributes' reference list. The list contents are of typeAttribute.- Returns:
- the value of the 'Attributes' reference list.
- See Also:
-