org.eclipse.ocl.examples.pivot
Interface RealLiteralExp

All Superinterfaces:
DomainElement, DomainExpression, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, LiteralExp, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, NumericLiteralExp, OCLExpression, PivotObject, PrimitiveLiteralExp, TypedElement, Visitable
All Known Implementing Classes:
RealLiteralExpImpl

public interface RealLiteralExp
extends NumericLiteralExp

A representation of the model object 'Real Literal Exp'.

The following features are supported:

See Also:
PivotPackage.getRealLiteralExp()
Generated

Method Summary
 java.lang.Number getRealSymbol()
          Returns the value of the 'Real Symbol' attribute.
 void setRealSymbol(java.lang.Number value)
          Sets the value of the 'Real Symbol' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement
getTypeId
 

Method Detail

getRealSymbol

java.lang.Number getRealSymbol()
Returns the value of the 'Real Symbol' attribute.

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

Returns:
the value of the 'Real Symbol' attribute.
See Also:
setRealSymbol(Number), PivotPackage.getRealLiteralExp_RealSymbol()
Generated

setRealSymbol

void setRealSymbol(java.lang.Number value)
Sets the value of the 'Real Symbol' attribute.

Parameters:
value - the new value of the 'Real Symbol' attribute.
See Also:
getRealSymbol()
Generated