public class BooleanLiteralExpImpl extends PrimitiveLiteralExpImpl implements BooleanLiteralExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
boolean |
isBooleanSymbol() |
boolean |
isSetBooleanSymbol() |
void |
setBooleanSymbol(boolean newBooleanSymbol) |
String |
toString() |
void |
unsetBooleanSymbol() |
boolean |
validateTypeIsBoolean(DiagnosticChain diagnostics,
Map<Object,Object> context) |
getTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullbasicGetType, CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, eInverseAdd, eInverseRemove, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic boolean isBooleanSymbol()
isBooleanSymbol in interface BooleanLiteralExpBooleanLiteralExp.isSetBooleanSymbol(),
BooleanLiteralExp.unsetBooleanSymbol(),
BooleanLiteralExp.setBooleanSymbol(boolean),
PivotPackage.getBooleanLiteralExp_BooleanSymbol()public void setBooleanSymbol(boolean newBooleanSymbol)
setBooleanSymbol in interface BooleanLiteralExpnewBooleanSymbol - the new value of the 'Boolean Symbol' attribute.BooleanLiteralExp.isSetBooleanSymbol(),
BooleanLiteralExp.unsetBooleanSymbol(),
BooleanLiteralExp.isBooleanSymbol()public void unsetBooleanSymbol()
unsetBooleanSymbol in interface BooleanLiteralExpBooleanLiteralExp.isSetBooleanSymbol(),
BooleanLiteralExp.isBooleanSymbol(),
BooleanLiteralExp.setBooleanSymbol(boolean)public boolean isSetBooleanSymbol()
isSetBooleanSymbol in interface BooleanLiteralExpBooleanLiteralExp.unsetBooleanSymbol(),
BooleanLiteralExp.isBooleanSymbol(),
BooleanLiteralExp.setBooleanSymbol(boolean)public boolean validateTypeIsBoolean(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateTypeIsBoolean in interface BooleanLiteralExppublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class OCLExpressionImplpublic void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImplpublic void eUnset(int featureID)
eUnset in class OCLExpressionImplpublic boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImplpublic Object eInvoke(int operationID, <any> arguments) throws InvocationTargetException
eInvoke in class OCLExpressionImplInvocationTargetExceptionpublic String toString()
toString in class TypedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.