Interface ToEnumOperation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HasGeneratedInput,org.eclipse.emf.common.notify.Notifier,ParseOperation,RosettaExpression,RosettaOperation,RosettaUnaryOperation
- All Known Implementing Classes:
ToEnumOperationImpl
A representation of the model object 'To Enum Operation'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Enumeration' reference.voidsetEnumeration(RosettaEnumeration value) Sets the value of the 'Enumeration' reference.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
-
getEnumeration
RosettaEnumeration getEnumeration()Returns the value of the 'Enumeration' reference.- Returns:
- the value of the 'Enumeration' reference.
- See Also:
-
setEnumeration
Sets the value of the 'Enumeration' reference.- Parameters:
value- the new value of the 'Enumeration' reference.- See Also:
-