Package com.regnosys.rosetta.rosetta
Interface RosettaExternalClassSynonym
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaExternalClassSynonymImpl
public interface RosettaExternalClassSynonym
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'External Class Synonym'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Meta Value' containment reference.getValue()Returns the value of the 'Value' containment reference.voidSets the value of the 'Meta Value' containment reference.voidsetValue(RosettaSynonymValueBase value) Sets the value of the 'Value' 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
-
getValue
RosettaSynonymValueBase getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
-
setValue
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
-
getMetaValue
RosettaSynonymValueBase getMetaValue()Returns the value of the 'Meta Value' containment reference.- Returns:
- the value of the 'Meta Value' containment reference.
- See Also:
-
setMetaValue
Sets the value of the 'Meta Value' containment reference.- Parameters:
value- the new value of the 'Meta Value' containment reference.- See Also:
-