public interface UnlimitedNaturalLiteralExp<C> extends NumericLiteralExp<C>
The following features are supported:
| 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.
|
boolean |
isUnlimited()
Returns the value of the 'Unlimited' attribute.
|
void |
setIntegerSymbol(Integer value)
Sets the value of the '
Integer 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()Copyright © 2015 Open eHealth Foundation. All rights reserved.