public class UnlimitedNaturalLiteralExpImpl<C> extends NumericLiteralExpImpl<C> implements UnlimitedNaturalLiteralExp<C>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static Integer |
INTEGER_SYMBOL_EDEFAULT
The default value of the '
Integer Symbol' attribute. |
protected Integer |
integerSymbol
The cached value of the '
Integer Symbol' attribute. |
protected static boolean |
UNLIMITED_EDEFAULT
The default value of the '
Unlimited' attribute. |
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPositionUNLIMITED| Modifier | Constructor and Description |
|---|---|
protected |
UnlimitedNaturalLiteralExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
boolean |
checkNaturalType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Integer |
getIntegerSymbol() |
boolean |
isUnlimited() |
void |
setIntegerSymbol(Integer newIntegerSymbol) |
String |
toString() |
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckNaturalTypegetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected static final Integer INTEGER_SYMBOL_EDEFAULT
Integer Symbol' attribute.
getIntegerSymbol()protected Integer integerSymbol
Integer Symbol' attribute.
getIntegerSymbol()protected static final boolean UNLIMITED_EDEFAULT
Unlimited' attribute.
isUnlimited(),
Constant Field Valuesprotected EClass eStaticClass()
eStaticClass in class NumericLiteralExpImpl<C>public Integer getIntegerSymbol()
getIntegerSymbol in interface UnlimitedNaturalLiteralExp<C>UnlimitedNaturalLiteralExp.setIntegerSymbol(Integer),
ExpressionsPackage.getUnlimitedNaturalLiteralExp_IntegerSymbol()public void setIntegerSymbol(Integer newIntegerSymbol)
setIntegerSymbol in interface UnlimitedNaturalLiteralExp<C>newIntegerSymbol - the new value of the 'Integer Symbol' attribute.UnlimitedNaturalLiteralExp.getIntegerSymbol()public boolean isUnlimited()
isUnlimited in interface UnlimitedNaturalLiteralExp<C>ExpressionsPackage.getUnlimitedNaturalLiteralExp_Unlimited()public boolean checkNaturalType(DiagnosticChain diagnostics,
Map<Object,Object> context)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class OCLExpressionImpl<C>public void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImpl<C>public void eUnset(int featureID)
eUnset in class OCLExpressionImpl<C>public boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImpl<C>public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImplaccept in interface Visitableaccept in class OCLExpressionImpl<C>public String toString()
toString in class OCLExpressionImpl<C>Copyright © 2015 Open eHealth Foundation. All rights reserved.