org.eclipse.ocl.cst
Interface ClassifierContextDeclCS

All Superinterfaces:
ContextDeclCS, CSTNode
All Known Implementing Classes:
ClassifierContextDeclCSImpl

public interface ClassifierContextDeclCS
extends ContextDeclCS

A representation of the model object 'Classifier Context Decl CS'.

The following features are supported:

See Also:
CSTPackage.getClassifierContextDeclCS()

Method Summary
  getConstraints()
          Returns the value of the 'Constraints' containment reference list.
 PathNameCS getPathNameCS()
          Returns the value of the 'Path Name CS' containment reference
 SimpleNameCS getSimpleNameCS()
          Returns the value of the 'Simple Name CS' containment reference
 void setPathNameCS(PathNameCS value)
          Sets the value of the 'Path Name CS' containment reference
 void setSimpleNameCS(SimpleNameCS value)
          Sets the value of the 'Simple Name CS' containment reference
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 

Method Detail

getPathNameCS

PathNameCS getPathNameCS()
Returns the value of the 'Path Name CS' containment reference.

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

Returns:
the value of the 'Path Name CS' containment reference.
See Also:
setPathNameCS(PathNameCS), CSTPackage.getClassifierContextDeclCS_PathNameCS()

setPathNameCS

void setPathNameCS(PathNameCS value)
Sets the value of the 'Path Name CS' containment reference.

Parameters:
value - the new value of the 'Path Name CS' containment reference.
See Also:
getPathNameCS()

getConstraints

 getConstraints()
Returns the value of the 'Constraints' containment reference list. The list contents are of type InvOrDefCS.

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

Returns:
the value of the 'Constraints' containment reference list.
Since:
1.3
See Also:
CSTPackage.getClassifierContextDeclCS_Constraints()

getSimpleNameCS

SimpleNameCS getSimpleNameCS()
Returns the value of the 'Simple Name CS' containment reference.

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

Returns:
the value of the 'Simple Name CS' containment reference.
Since:
3.0
See Also:
setSimpleNameCS(SimpleNameCS), CSTPackage.getClassifierContextDeclCS_SimpleNameCS()

setSimpleNameCS

void setSimpleNameCS(SimpleNameCS value)
Sets the value of the 'Simple Name CS' containment reference.

Parameters:
value - the new value of the 'Simple Name CS' containment reference.
Since:
3.0
See Also:
getSimpleNameCS()

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