Interface RosettaDeepFeatureCall
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaExpression
- All Known Implementing Classes:
RosettaDeepFeatureCallImpl
A representation of the model object 'Rosetta Deep Feature Call'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Feature' reference.Returns the value of the 'Receiver' containment reference.voidsetFeature(Attribute value) Sets the value of the 'Feature' reference.voidsetReceiver(RosettaExpression value) Sets the value of the 'Receiver' 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaExpression
isGenerated, setGenerated
-
Method Details
-
getReceiver
RosettaExpression getReceiver()Returns the value of the 'Receiver' containment reference.- Returns:
- the value of the 'Receiver' containment reference.
- See Also:
-
setReceiver
Sets the value of the 'Receiver' containment reference.- Parameters:
value- the new value of the 'Receiver' containment reference.- See Also:
-
getFeature
Attribute getFeature()Returns the value of the 'Feature' reference.- Returns:
- the value of the 'Feature' reference.
- See Also:
-
setFeature
Sets the value of the 'Feature' reference.- Parameters:
value- the new value of the 'Feature' reference.- See Also:
-