org.eclipse.ocl.cst
Interface PrimitiveLiteralExpCS

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

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

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

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