Package com.regnosys.rosetta.rosetta
Interface RosettaExternalSynonymSource
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ExternalAnnotationSource,org.eclipse.emf.common.notify.Notifier,RosettaNamed,RosettaRootElement,RosettaSynonymSource
- All Known Implementing Classes:
RosettaExternalSynonymSourceImpl
public interface RosettaExternalSynonymSource
extends ExternalAnnotationSource, RosettaSynonymSource
A representation of the model object 'External Synonym Source'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RosettaSynonymSource>Returns the value of the 'Super Sources' reference list.org.eclipse.emf.common.util.EList<RosettaSynonymSource>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 com.regnosys.rosetta.rosetta.ExternalAnnotationSource
getExternalClasses, getExternalEnums, getExternalRefsMethods 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
-
getSuperSources
org.eclipse.emf.common.util.EList<RosettaSynonymSource> getSuperSources()Returns the value of the 'Super Sources' reference list. The list contents are of typeRosettaSynonymSource.- Returns:
- the value of the 'Super Sources' reference list.
- See Also:
-
getSuperSynonymSources
org.eclipse.emf.common.util.EList<RosettaSynonymSource> getSuperSynonymSources()
-