org.eclipse.gmt.umlx.eqvtr.cst
Interface ModelDeclCS

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface ModelDeclCS
extends org.eclipse.ocl.internal.cst.CSTNode

A representation of the model object 'Model Decl CS'.

The following features are supported:

See Also:
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

getModelId

IdentifierCS getModelId()
Returns the value of the 'Model Id' containment reference.

If the meaning of the 'Model Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Model Id' containment reference.
See Also:
setModelId(IdentifierCS), EqvtrCSTPackage.getModelDeclCS_ModelId()

setModelId

void setModelId(IdentifierCS value)
Sets the value of the 'Model Id' containment reference.

Parameters:
value - the new value of the 'Model Id' containment reference.
See Also:
getModelId()

getMetaModelId

org.eclipse.emf.common.util.EList<IdentifierCS> getMetaModelId()
Returns the value of the 'Meta Model Id' containment reference list. The list contents are of type IdentifierCS.

If the meaning of the 'Meta Model Id' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Meta Model Id' containment reference list.
See Also:
EqvtrCSTPackage.getModelDeclCS_MetaModelId()