Interface Data
- All Superinterfaces:
Annotated,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,References,RootElement,RosettaDefinable,RosettaNamed,RosettaRootElement,RosettaType
- All Known Subinterfaces:
Choice
- All Known Implementing Classes:
ChoiceImpl,DataImpl
A representation of the model object 'Data'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Attribute>Returns the value of the 'Attributes' containment reference list.org.eclipse.emf.common.util.EList<Condition>Returns the value of the 'Conditions' containment reference list.Returns the value of the 'Super Type' reference.org.eclipse.emf.common.util.EList<RosettaClassSynonym>Returns the value of the 'Synonyms' containment reference list.booleanvoidsetSuperType(Data value) Sets the value of the 'Super Type' reference.Methods inherited from interface com.regnosys.rosetta.rosetta.simple.Annotated
getAnnotationsMethods 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.simple.References
getReferencesMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaDefinable
getDefinition, setDefinitionMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaNamed
getName, setNameMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaRootElement
getModel, setModel
-
Method Details
-
getSuperType
Data getSuperType()Returns the value of the 'Super Type' reference.- Returns:
- the value of the 'Super Type' reference.
- See Also:
-
setSuperType
Sets the value of the 'Super Type' reference.- Parameters:
value- the new value of the 'Super Type' reference.- See Also:
-
getSynonyms
org.eclipse.emf.common.util.EList<RosettaClassSynonym> getSynonyms()Returns the value of the 'Synonyms' containment reference list. The list contents are of typeRosettaClassSynonym.- Returns:
- the value of the 'Synonyms' containment reference list.
- See Also:
-
getAttributes
org.eclipse.emf.common.util.EList<Attribute> getAttributes()Returns the value of the 'Attributes' containment reference list. The list contents are of typeAttribute.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
-
getConditions
org.eclipse.emf.common.util.EList<Condition> getConditions()Returns the value of the 'Conditions' containment reference list. The list contents are of typeCondition.- Returns:
- the value of the 'Conditions' containment reference list.
- See Also:
-
hasSuperType
boolean hasSuperType()
-