Package com.regnosys.rosetta.rosetta
Interface RosettaAttributeReference
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaAttributeReferenceSegment
- All Known Implementing Classes:
RosettaAttributeReferenceImpl
A representation of the model object 'Attribute Reference'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Attribute' reference.Returns the value of the 'Receiver' containment reference.voidsetAttribute(Attribute value) Sets the value of the 'Attribute' reference.voidSets 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, eSetDeliver
-
Method Details
-
getReceiver
RosettaAttributeReferenceSegment 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:
-
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:
-