Package com.regnosys.rosetta.rosetta
Interface RosettaModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaDefinable
- All Known Implementing Classes:
RosettaModelImpl
A representation of the model object 'Model'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RosettaQualifiableConfiguration>Returns the value of the 'Configurations' containment reference list.org.eclipse.emf.common.util.EList<RosettaRootElement>Returns the value of the 'Elements' containment reference list.org.eclipse.emf.common.util.EList<Import>Returns the value of the 'Imports' containment reference list.getName()Returns the value of the 'Name' attribute.Returns the value of the 'Version' attribute.booleanReturns the value of the 'Overridden' attribute.voidSets the value of the 'Name' attribute.voidsetOverridden(boolean value) Sets the value of the 'Overridden' attribute.voidsetVersion(String value) Sets the value of the 'Version' attribute.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.RosettaDefinable
getDefinition, setDefinition
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute. The default value is"0.0.0".- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version' attribute.- Parameters:
value- the new value of the 'Version' attribute.- See Also:
-
isOverridden
boolean isOverridden()Returns the value of the 'Overridden' attribute.- Returns:
- the value of the 'Overridden' attribute.
- See Also:
-
setOverridden
void setOverridden(boolean value) Sets the value of the 'Overridden' attribute.- Parameters:
value- the new value of the 'Overridden' attribute.- See Also:
-
getImports
org.eclipse.emf.common.util.EList<Import> getImports()Returns the value of the 'Imports' containment reference list. The list contents are of typeImport.- Returns:
- the value of the 'Imports' containment reference list.
- See Also:
-
getConfigurations
org.eclipse.emf.common.util.EList<RosettaQualifiableConfiguration> getConfigurations()Returns the value of the 'Configurations' containment reference list. The list contents are of typeRosettaQualifiableConfiguration. It is bidirectional and its opposite is 'Model'.- Returns:
- the value of the 'Configurations' containment reference list.
- See Also:
-
getElements
org.eclipse.emf.common.util.EList<RosettaRootElement> getElements()Returns the value of the 'Elements' containment reference list. The list contents are of typeRosettaRootElement. It is bidirectional and its opposite is 'Model'.- Returns:
- the value of the 'Elements' containment reference list.
- See Also:
-