org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
Interface NumberLiteralExpCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, LiteralExpCS, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, PrimitiveLiteralExpCS, VisitableCS
All Known Implementing Classes:
NumberLiteralExpCSImpl

public interface NumberLiteralExpCS
extends PrimitiveLiteralExpCS

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

The following features are supported:

See Also:
EssentialOCLCSTPackage.getNumberLiteralExpCS()
Generated
Model

Method Summary
 java.lang.Number getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.Number value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpCS
getParent, setParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
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

getName

java.lang.Number getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(Number), EssentialOCLCSTPackage.getNumberLiteralExpCS_Name()
Generated
Model
dataType="org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.BigNumber"

setName

void setName(java.lang.Number value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated