org.eclipse.ocl.cst
Interface BooleanLiteralExpCS

All Superinterfaces:
CSTNode, LiteralExpCS, OCLExpressionCS, PrimitiveLiteralExpCS, SimpleNameCS
All Known Implementing Classes:
BooleanLiteralExpCSImpl

public interface BooleanLiteralExpCS
extends SimpleNameCS, PrimitiveLiteralExpCS

A representation of the model object 'Boolean Literal Exp CS'.

The following features are supported:

See Also:
CSTPackage.getBooleanLiteralExpCS()

Method Summary
 java.lang.Boolean getBooleanSymbol()
          Returns the value of the 'Boolean Symbol' attribute
 void setBooleanSymbol(java.lang.Boolean value)
          Sets the value of the 'Boolean Symbol' attribute
 
Methods inherited from interface org.eclipse.ocl.cst.SimpleNameCS
getType, getValue, setType, setValue
 
Methods inherited from interface org.eclipse.ocl.cst.PrimitiveLiteralExpCS
getSymbol, setSymbol
 

Method Detail

getBooleanSymbol

java.lang.Boolean getBooleanSymbol()
Returns the value of the 'Boolean Symbol' attribute.

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

Returns:
the value of the 'Boolean Symbol' attribute.
See Also:
setBooleanSymbol(Boolean), CSTPackage.getBooleanLiteralExpCS_BooleanSymbol()

setBooleanSymbol

void setBooleanSymbol(java.lang.Boolean value)
Sets the value of the 'Boolean Symbol' attribute.

Parameters:
value - the new value of the 'Boolean Symbol' attribute.
See Also:
getBooleanSymbol()

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