Package com.regnosys.rosetta.rosetta
Interface RosettaQualifiableConfiguration
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaQualifiableConfigurationImpl
public interface RosettaQualifiableConfiguration
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Qualifiable Configuration'.
*********************************************************************
Qualifiable used for RosettaProduct and RosettaEvent. Check enum RosettaQualifiableType when adding new classes
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()Returns the value of the 'Model' container reference.getQType()Returns the value of the 'QType' attribute.Returns the value of the 'Rosetta Class' reference.voidsetModel(RosettaModel value) Sets the value of the 'Model' container reference.voidsetQType(RosettaQualifiableType value) Sets the value of the 'QType' attribute.voidsetRosettaClass(Data value) Sets the value of the 'Rosetta Class' 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
-
getQType
RosettaQualifiableType getQType()Returns the value of the 'QType' attribute. The literals are from the enumerationRosettaQualifiableType.- Returns:
- the value of the 'QType' attribute.
- See Also:
-
setQType
Sets the value of the 'QType' attribute.- Parameters:
value- the new value of the 'QType' attribute.- See Also:
-
getModel
RosettaModel getModel()Returns the value of the 'Model' container reference. It is bidirectional and its opposite is 'Configurations'.- 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:
-
getRosettaClass
Data getRosettaClass()Returns the value of the 'Rosetta Class' reference.- Returns:
- the value of the 'Rosetta Class' reference.
- See Also:
-
setRosettaClass
Sets the value of the 'Rosetta Class' reference.- Parameters:
value- the new value of the 'Rosetta Class' reference.- See Also:
-