org.eclipse.ocl.cst
Interface DefCS

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

public interface DefCS
extends InvOrDefCS

A representation of the model object 'Def CS'.

The following features are supported:

See Also:
CSTPackage.getDefCS()
Generated
Model

Method Summary
 DefExpressionCS getDefExpressionCS()
          Returns the value of the 'Def Expression CS' containment reference.
 boolean isStatic()
          Returns the value of the 'Static' attribute.
 void setDefExpressionCS(DefExpressionCS value)
          Sets the value of the 'Def Expression CS' containment reference.
 void setStatic(boolean value)
          Sets the value of the 'Static' attribute.
 
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

getDefExpressionCS

DefExpressionCS getDefExpressionCS()
Returns the value of the 'Def Expression CS' containment reference.

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

Returns:
the value of the 'Def Expression CS' containment reference.
See Also:
setDefExpressionCS(DefExpressionCS), CSTPackage.getDefCS_DefExpressionCS()
Generated
Model
containment="true"

setDefExpressionCS

void setDefExpressionCS(DefExpressionCS value)
Sets the value of the 'Def Expression CS' containment reference.

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

isStatic

boolean isStatic()
Returns the value of the 'Static' attribute. The default value is "false".

If the meaning of the 'Static' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Static' attribute.
Since:
3.0
See Also:
setStatic(boolean), CSTPackage.getDefCS_Static()
Generated
Model
default="false"

setStatic

void setStatic(boolean value)
Sets the value of the 'Static' attribute.

Parameters:
value - the new value of the 'Static' attribute.
Since:
3.0
See Also:
isStatic()
Generated