Package com.regnosys.rosetta.rosetta
Interface RosettaEnumValueReference
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaMapTest,RosettaMapTestExpression
- All Known Implementing Classes:
RosettaEnumValueReferenceImpl
A representation of the model object 'Enum Value Reference'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Enumeration' reference.getValue()Returns the value of the 'Value' reference.voidsetEnumeration(RosettaEnumeration value) Sets the value of the 'Enumeration' reference.voidsetValue(RosettaEnumValue value) Sets the value of the 'Value' 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
-
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:
-
getValue
RosettaEnumValue getValue()Returns the value of the 'Value' reference.- Returns:
- the value of the 'Value' reference.
- See Also:
-
setValue
Sets the value of the 'Value' reference.- Parameters:
value- the new value of the 'Value' reference.- See Also:
-