org.eclipse.ocl.cst
Interface DefCS

All Superinterfaces:
CSTNode, InvOrDefCS
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()

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
 

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()

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()

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()

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()

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.