org.eclipse.ocl.cst
Interface PrimitiveLiteralExpCS

All Superinterfaces:
CSTNode, LiteralExpCS, OCLExpressionCS
All Known Subinterfaces:
BooleanLiteralExpCS, IntegerLiteralExpCS, RealLiteralExpCS, StringLiteralExpCS, UnlimitedNaturalLiteralExpCS
All Known Implementing Classes:
BooleanLiteralExpCSImpl, IntegerLiteralExpCSImpl, PrimitiveLiteralExpCSImpl, RealLiteralExpCSImpl, StringLiteralExpCSImpl, UnlimitedNaturalLiteralExpCSImpl

public interface PrimitiveLiteralExpCS
extends LiteralExpCS

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

The following features are supported:

See Also:
CSTPackage.getPrimitiveLiteralExpCS()

Method Summary
 java.lang.String getSymbol()
          Returns the value of the 'Symbol' attribute
 void setSymbol(java.lang.String value)
          Sets the value of the 'Symbol' attribute
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 

Method Detail

getSymbol

java.lang.String getSymbol()
Returns the value of the 'Symbol' attribute.

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

Returns:
the value of the 'Symbol' attribute.
See Also:
setSymbol(String), CSTPackage.getPrimitiveLiteralExpCS_Symbol()

setSymbol

void setSymbol(java.lang.String value)
Sets the value of the 'Symbol' attribute.

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

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