Package com.regnosys.rosetta.rosetta
Interface RosettaExternalEnumValue
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaExternalEnumValueImpl
public interface RosettaExternalEnumValue
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'External Enum Value'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Enum Ref' reference.org.eclipse.emf.common.util.EList<RosettaEnumSynonym>Returns the value of the 'External Enum Synonyms' containment reference list.Returns the value of the 'Operator' attribute.voidsetEnumRef(RosettaEnumValue value) Sets the value of the 'Enum Ref' reference.voidsetOperator(ExternalValueOperator value) Sets the value of the 'Operator' attribute.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
-
getOperator
ExternalValueOperator getOperator()Returns the value of the 'Operator' attribute. The literals are from the enumerationExternalValueOperator.- Returns:
- the value of the 'Operator' attribute.
- See Also:
-
setOperator
Sets the value of the 'Operator' attribute.- Parameters:
value- the new value of the 'Operator' attribute.- See Also:
-
getEnumRef
RosettaEnumValue getEnumRef()Returns the value of the 'Enum Ref' reference.- Returns:
- the value of the 'Enum Ref' reference.
- See Also:
-
setEnumRef
Sets the value of the 'Enum Ref' reference.- Parameters:
value- the new value of the 'Enum Ref' reference.- See Also:
-
getExternalEnumSynonyms
org.eclipse.emf.common.util.EList<RosettaEnumSynonym> getExternalEnumSynonyms()Returns the value of the 'External Enum Synonyms' containment reference list. The list contents are of typeRosettaEnumSynonym.- Returns:
- the value of the 'External Enum Synonyms' containment reference list.
- See Also:
-