Package com.regnosys.rosetta.rosetta
Interface ExternalAnnotationSource
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaNamed,RosettaRootElement
- All Known Subinterfaces:
RosettaExternalRuleSource,RosettaExternalSynonymSource
- All Known Implementing Classes:
ExternalAnnotationSourceImpl,RosettaExternalRuleSourceImpl,RosettaExternalSynonymSourceImpl
A representation of the model object 'External Annotation Source'.
****************************************
Translate external synonym support
***************************************
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RosettaExternalClass>Returns the value of the 'External Classes' containment reference list.org.eclipse.emf.common.util.EList<RosettaExternalEnum>Returns the value of the 'External Enums' containment reference list.org.eclipse.emf.common.util.EList<RosettaExternalRef>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.RosettaNamed
getName, setNameMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaRootElement
getModel, setModel
-
Method Details
-
getExternalClasses
org.eclipse.emf.common.util.EList<RosettaExternalClass> getExternalClasses()Returns the value of the 'External Classes' containment reference list. The list contents are of typeRosettaExternalClass.- Returns:
- the value of the 'External Classes' containment reference list.
- See Also:
-
getExternalEnums
org.eclipse.emf.common.util.EList<RosettaExternalEnum> getExternalEnums()Returns the value of the 'External Enums' containment reference list. The list contents are of typeRosettaExternalEnum.- Returns:
- the value of the 'External Enums' containment reference list.
- See Also:
-
getExternalRefs
org.eclipse.emf.common.util.EList<RosettaExternalRef> getExternalRefs()
-