Package com.regnosys.rosetta.rosetta
Interface RosettaExternalEnum
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaExternalRef
- All Known Implementing Classes:
RosettaExternalEnumImpl
A representation of the model object 'External Enum'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Enumeration' reference.org.eclipse.emf.common.util.EList<RosettaExternalEnumValue>Returns the value of the 'Regular Values' containment reference list.voidsetEnumeration(RosettaEnumeration value) Sets the value of the 'Enumeration' 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:
-
getRegularValues
org.eclipse.emf.common.util.EList<RosettaExternalEnumValue> getRegularValues()Returns the value of the 'Regular Values' containment reference list. The list contents are of typeRosettaExternalEnumValue.- Returns:
- the value of the 'Regular Values' containment reference list.
- See Also:
-
getTypeRef
RosettaType getTypeRef()- Specified by:
getTypeRefin interfaceRosettaExternalRef
-