Interface FunctionDispatch
- All Superinterfaces:
Annotated,org.eclipse.emf.ecore.EObject,Function,org.eclipse.emf.common.notify.Notifier,References,RootElement,RosettaCallableWithArgs,RosettaDefinable,RosettaNamed,RosettaRootElement,RosettaSymbol
- All Known Implementing Classes:
FunctionDispatchImpl
A representation of the model object 'Function Dispatch'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Attribute' reference.getValue()Returns the value of the 'Value' containment reference.voidsetAttribute(Attribute value) Sets the value of the 'Attribute' reference.voidSets the value of the 'Value' containment reference.Methods inherited from interface com.regnosys.rosetta.rosetta.simple.Annotated
getAnnotationsMethods 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.simple.Function
getConditions, getInputs, getOperations, getOutput, getPostConditions, getShortcuts, numberOfParameters, setOutputMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.simple.References
getReferencesMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaDefinable
getDefinition, setDefinitionMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaNamed
getName, setNameMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaRootElement
getModel, setModel
-
Method Details
-
getAttribute
Attribute getAttribute()Returns the value of the 'Attribute' reference.- Returns:
- the value of the 'Attribute' reference.
- See Also:
-
setAttribute
Sets the value of the 'Attribute' reference.- Parameters:
value- the new value of the 'Attribute' reference.- See Also:
-
getValue
RosettaEnumValueReference getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
-
setValue
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
-