org.eclipse.ocl.cst
Interface BooleanLiteralExpCS

All Superinterfaces:
CSTNode, org.eclipse.emf.ecore.EObject, LiteralExpCS, org.eclipse.emf.common.notify.Notifier, 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()
Generated
Model

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

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

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