public interface UnlimitedNaturalLiteralExp<C> extends NumericLiteralExp<C>
The following features are supported:
ExpressionsPackage.getUnlimitedNaturalLiteralExp()| Modifier and Type | Field and Description |
|---|---|
static int |
UNLIMITED
Java value denoting the OCL unlimited value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkNaturalType(DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type.name = 'UnlimitedNatural'
|
Integer |
getIntegerSymbol()
Returns the value of the 'Integer Symbol' attribute.
|
Long |
getLongSymbol()
Returns the value of the 'Long Symbol' attribute.
|
boolean |
isUnlimited()
Returns the value of the 'Unlimited' attribute.
|
void |
setIntegerSymbol(Integer value)
Sets the value of the '
Integer Symbol' attribute. |
void |
setLongSymbol(Long value)
Sets the value of the '
Long Symbol' attribute. |
getName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionstatic final int UNLIMITED
Integer getIntegerSymbol()
If the meaning of the 'Integer Symbol' attribute isn't clear, there really should be more of a description here...
setIntegerSymbol(Integer),
ExpressionsPackage.getUnlimitedNaturalLiteralExp_IntegerSymbol()void setIntegerSymbol(Integer value)
Integer Symbol' attribute.
value - the new value of the 'Integer Symbol' attribute.getIntegerSymbol()boolean isUnlimited()
If the meaning of the 'Unlimited' attribute isn't clear, there really should be more of a description here...
ExpressionsPackage.getUnlimitedNaturalLiteralExp_Unlimited()Long getLongSymbol()
If the meaning of the 'Long Symbol' attribute isn't clear, there really should be more of a description here...
setLongSymbol(Long),
ExpressionsPackage.getUnlimitedNaturalLiteralExp_LongSymbol()void setLongSymbol(Long value)
Long Symbol' attribute.
value - the new value of the 'Long Symbol' attribute.getLongSymbol()boolean checkNaturalType(DiagnosticChain diagnostics,
Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.