org.eclipse.ocl.examples.pivot
Interface UnlimitedNaturalLiteralExp

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

public interface UnlimitedNaturalLiteralExp
extends NumericLiteralExp

A representation of the model object 'Unlimited Natural Literal Exp'.

The following features are supported:

See Also:
PivotPackage.getUnlimitedNaturalLiteralExp()
Generated

Method Summary
 java.lang.Number getUnlimitedNaturalSymbol()
          Returns the value of the 'Unlimited Natural Symbol' attribute.
 void setUnlimitedNaturalSymbol(java.lang.Number value)
          Sets the value of the 'Unlimited Natural 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

getUnlimitedNaturalSymbol

java.lang.Number getUnlimitedNaturalSymbol()
Returns the value of the 'Unlimited Natural 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 'Unlimited Natural Symbol' attribute.
See Also:
setUnlimitedNaturalSymbol(Number), PivotPackage.getUnlimitedNaturalLiteralExp_UnlimitedNaturalSymbol()
Generated

setUnlimitedNaturalSymbol

void setUnlimitedNaturalSymbol(java.lang.Number value)
Sets the value of the 'Unlimited Natural Symbol' attribute.

Parameters:
value - the new value of the 'Unlimited Natural Symbol' attribute.
See Also:
getUnlimitedNaturalSymbol()
Generated