org.eclipse.ocl.cst
Interface TupleTypeCS

All Superinterfaces:
CSTNode, OCLExpressionCS, TypeCS
All Known Implementing Classes:
TupleTypeCSImpl

public interface TupleTypeCS
extends TypeCS

A representation of the model object 'Tuple Type CS'.

The following features are supported:

See Also:
CSTPackage.getTupleTypeCS()

Method Summary
  getVariables()
          Returns the value of the 'Variables' containment reference list.
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 

Method Detail

getVariables

 getVariables()
Returns the value of the 'Variables' containment reference list. The list contents are of type VariableCS.

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

Returns:
the value of the 'Variables' containment reference list.
See Also:
CSTPackage.getTupleTypeCS_Variables()

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