Package com.regnosys.rosetta.rosetta
Interface RosettaExternalClass
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaExternalRef
- All Known Implementing Classes:
RosettaExternalClassImpl
A representation of the model object 'External Class'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetData()Returns the value of the 'Data' reference.org.eclipse.emf.common.util.EList<RosettaExternalClassSynonym>Returns the value of the 'External Class Synonyms' containment reference list.org.eclipse.emf.common.util.EList<RosettaExternalRegularAttribute>Returns the value of the 'Regular Attributes' containment reference list.voidSets the value of the 'Data' 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
-
getData
Data getData()Returns the value of the 'Data' reference.- Returns:
- the value of the 'Data' reference.
- See Also:
-
setData
Sets the value of the 'Data' reference.- Parameters:
value- the new value of the 'Data' reference.- See Also:
-
getExternalClassSynonyms
org.eclipse.emf.common.util.EList<RosettaExternalClassSynonym> getExternalClassSynonyms()Returns the value of the 'External Class Synonyms' containment reference list. The list contents are of typeRosettaExternalClassSynonym.- Returns:
- the value of the 'External Class Synonyms' containment reference list.
- See Also:
-
getRegularAttributes
org.eclipse.emf.common.util.EList<RosettaExternalRegularAttribute> getRegularAttributes()Returns the value of the 'Regular Attributes' containment reference list. The list contents are of typeRosettaExternalRegularAttribute.- Returns:
- the value of the 'Regular Attributes' containment reference list.
- See Also:
-
getTypeRef
RosettaType getTypeRef()- Specified by:
getTypeRefin interfaceRosettaExternalRef
-