Package com.regnosys.rosetta.rosetta
Interface RosettaRootElement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Annotation,Choice,Data,ExternalAnnotationSource,Function,FunctionDispatch,RootElement,RosettaBasicType,RosettaBody,RosettaBuiltinType,RosettaCorpus,RosettaEnumeration,RosettaExternalFunction,RosettaExternalRuleSource,RosettaExternalSynonymSource,RosettaMetaType,RosettaRecordType,RosettaReport,RosettaRule,RosettaSegment,RosettaSynonymSource,RosettaType,RosettaTypeAlias
- All Known Implementing Classes:
AnnotationImpl,ChoiceImpl,DataImpl,ExternalAnnotationSourceImpl,FunctionDispatchImpl,FunctionImpl,RootElementImpl,RosettaBasicTypeImpl,RosettaBodyImpl,RosettaBuiltinTypeImpl,RosettaCorpusImpl,RosettaEnumerationImpl,RosettaExternalFunctionImpl,RosettaExternalRuleSourceImpl,RosettaExternalSynonymSourceImpl,RosettaMetaTypeImpl,RosettaRecordTypeImpl,RosettaReportImpl,RosettaRuleImpl,RosettaSegmentImpl,RosettaSynonymSourceImpl,RosettaTypeAliasImpl,RosettaTypeImpl
public interface RosettaRootElement
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Root Element'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()Returns the value of the 'Model' container reference.voidsetModel(RosettaModel value) Sets the value of the 'Model' container 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
-
getModel
RosettaModel getModel()Returns the value of the 'Model' container reference. It is bidirectional and its opposite is 'Elements'.- Returns:
- the value of the 'Model' container reference.
- See Also:
-
setModel
Sets the value of the 'Model' container reference.- Parameters:
value- the new value of the 'Model' container reference.- See Also:
-