Interface ClosureParameter
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaNamed,RosettaSymbol
- All Known Implementing Classes:
ClosureParameterImpl
A representation of the model object 'Closure Parameter'.
*
Functional operations
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Function' container reference.voidsetFunction(InlineFunction value) Sets the value of the 'Function' container 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaNamed
getName, setName
-
Method Details
-
getFunction
InlineFunction getFunction()Returns the value of the 'Function' container reference. It is bidirectional and its opposite is 'Parameters'.- Returns:
- the value of the 'Function' container reference.
- See Also:
-
setFunction
Sets the value of the 'Function' container reference.- Parameters:
value- the new value of the 'Function' container reference.- See Also:
-