org.eclipse.ocl.cst
Interface InvCS

All Superinterfaces:
CSTNode, org.eclipse.emf.ecore.EObject, InvOrDefCS, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
InvCSImpl

public interface InvCS
extends InvOrDefCS

A representation of the model object 'Inv CS'.

The following features are supported:

See Also:
CSTPackage.getInvCS()
Generated
Model

Method Summary
 OCLExpressionCS getExpressionCS()
          Returns the value of the 'Expression CS' containment reference.
 void setExpressionCS(OCLExpressionCS value)
          Sets the value of the 'Expression CS' containment reference.
 
Methods inherited from interface org.eclipse.ocl.cst.InvOrDefCS
getSimpleNameCS, setSimpleNameCS
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getExpressionCS

OCLExpressionCS getExpressionCS()
Returns the value of the 'Expression CS' containment reference.

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

Returns:
the value of the 'Expression CS' containment reference.
See Also:
setExpressionCS(OCLExpressionCS), CSTPackage.getInvCS_ExpressionCS()
Generated
Model
containment="true" extendedMetaData="name='oclExpressionCS'"

setExpressionCS

void setExpressionCS(OCLExpressionCS value)
Sets the value of the 'Expression CS' containment reference.

Parameters:
value - the new value of the 'Expression CS' containment reference.
See Also:
getExpressionCS()
Generated