public interface ModelDeclCS
A representation of the model object 'Model Decl CS'.
The following features are supported:
EqvtrCSTPackage.getModelDeclCS()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<IdentifierCS> |
getMetaModelId()
Returns the value of the 'Meta Model Id' containment reference list. |
IdentifierCS |
getModelId()
Returns the value of the 'Model Id' containment reference. |
void |
setModelId(IdentifierCS value)
Sets the value of the ' Model Id ' containment reference. |
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode |
---|
getEndOffset, getStartOffset, setEndOffset, setStartOffset |
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 |
---|
IdentifierCS getModelId()
If the meaning of the 'Model Id' containment reference isn't clear, there really should be more of a description here...
setModelId(IdentifierCS)
,
EqvtrCSTPackage.getModelDeclCS_ModelId()
void setModelId(IdentifierCS value)
Model Id
' containment reference.
value
- the new value of the 'Model Id' containment reference.getModelId()
org.eclipse.emf.common.util.EList<IdentifierCS> getMetaModelId()
IdentifierCS
.
If the meaning of the 'Meta Model Id' containment reference list isn't clear, there really should be more of a description here...
EqvtrCSTPackage.getModelDeclCS_MetaModelId()