Package com.regnosys.rosetta.rosetta
Interface RosettaEnumValue
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,References,RosettaDefinable,RosettaFeature,RosettaNamed
- All Known Implementing Classes:
RosettaEnumValueImpl
public interface RosettaEnumValue
extends RosettaNamed, RosettaDefinable, RosettaFeature, References
A representation of the model object 'Enum Value'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Display' attribute.Returns the value of the 'Enumeration' container reference.org.eclipse.emf.common.util.EList<RosettaEnumSynonym>Returns the value of the 'Enum Synonyms' containment reference list.voidsetDisplay(String value) Sets the value of the 'Display' attribute.voidsetEnumeration(RosettaEnumeration value) Sets the value of the 'Enumeration' 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.simple.References
getReferencesMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaDefinable
getDefinition, setDefinitionMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaFeature
getGetNameOrDefaultMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaNamed
getName, setName
-
Method Details
-
getDisplay
String getDisplay()Returns the value of the 'Display' attribute.- Returns:
- the value of the 'Display' attribute.
- See Also:
-
setDisplay
Sets the value of the 'Display' attribute.- Parameters:
value- the new value of the 'Display' attribute.- See Also:
-
getEnumSynonyms
org.eclipse.emf.common.util.EList<RosettaEnumSynonym> getEnumSynonyms()Returns the value of the 'Enum Synonyms' containment reference list. The list contents are of typeRosettaEnumSynonym.- Returns:
- the value of the 'Enum Synonyms' containment reference list.
- See Also:
-
getEnumeration
RosettaEnumeration getEnumeration()Returns the value of the 'Enumeration' container reference. It is bidirectional and its opposite is 'Enum Values'.- Returns:
- the value of the 'Enumeration' container reference.
- See Also:
-
setEnumeration
Sets the value of the 'Enumeration' container reference.- Parameters:
value- the new value of the 'Enumeration' container reference.- See Also:
-