public interface ModelType
A representation of the model object 'Model Type'.
The following features are supported:
QvtoperationalPackage.getModelType()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<OclExpression> |
getAdditionalCondition()
Returns the value of the 'Additional Condition' containment reference list. |
java.lang.String |
getConformanceKind()
Returns the value of the 'Conformance Kind' attribute. |
org.eclipse.emf.common.util.EList<Package> |
getMetamodel()
Returns the value of the 'Metamodel' reference list. |
void |
setConformanceKind(java.lang.String value)
Sets the value of the ' Conformance Kind ' attribute. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Class |
---|
getIsAbstract, getOwnedAttribute, getOwnedOperation, getSuperClass, setIsAbstract |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Type |
---|
getPackage, setPackage |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Package> getMetamodel()
Package
.
If the meaning of the 'Metamodel' reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getModelType_Metamodel()
org.eclipse.emf.common.util.EList<OclExpression> getAdditionalCondition()
OclExpression
.
If the meaning of the 'Additional Condition' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getModelType_AdditionalCondition()
java.lang.String getConformanceKind()
If the meaning of the 'Conformance Kind' attribute isn't clear, there really should be more of a description here...
setConformanceKind(String)
,
QvtoperationalPackage.getModelType_ConformanceKind()
void setConformanceKind(java.lang.String value)
Conformance Kind
' attribute.
value
- the new value of the 'Conformance Kind' attribute.getConformanceKind()