public class BooleanLiteralExpCSImpl extends SimpleNameCSImpl implements BooleanLiteralExpCS
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static Boolean |
BOOLEAN_SYMBOL_EDEFAULT
The default value of the '
Boolean Symbol' attribute. |
protected Boolean |
booleanSymbol
The cached value of the '
Boolean Symbol' attribute. |
protected String |
symbol
The cached value of the '
Symbol' attribute. |
protected static String |
SYMBOL_EDEFAULT
The default value of the '
Symbol' attribute. |
type, TYPE_EDEFAULT, value, VALUE_EDEFAULTast, AST_EDEFAULT, END_OFFSET_EDEFAULT, END_TOKEN_EDEFAULT, endOffset, endToken, START_OFFSET_EDEFAULT, START_TOKEN_EDEFAULT, startOffset, startToken| Modifier | Constructor and Description |
|---|---|
protected |
BooleanLiteralExpCSImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
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) |
Boolean |
getBooleanSymbol() |
String |
getSymbol() |
void |
setBooleanSymbol(Boolean newBooleanSymbol) |
void |
setSymbol(String newSymbol) |
String |
toString() |
getType, getValue, setType, setValuegetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, getValue, setType, setValuegetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenprotected static final String SYMBOL_EDEFAULT
Symbol' attribute.
getSymbol()protected String symbol
Symbol' attribute.
getSymbol()protected static final Boolean BOOLEAN_SYMBOL_EDEFAULT
Boolean Symbol' attribute.
getBooleanSymbol()protected Boolean booleanSymbol
Boolean Symbol' attribute.
getBooleanSymbol()protected EClass eStaticClass()
eStaticClass in class SimpleNameCSImplpublic String getSymbol()
getSymbol in interface PrimitiveLiteralExpCSPrimitiveLiteralExpCS.setSymbol(String),
CSTPackage.getPrimitiveLiteralExpCS_Symbol()public void setSymbol(String newSymbol)
setSymbol in interface PrimitiveLiteralExpCSnewSymbol - the new value of the 'Symbol' attribute.PrimitiveLiteralExpCS.getSymbol()public Boolean getBooleanSymbol()
getBooleanSymbol in interface BooleanLiteralExpCSBooleanLiteralExpCS.setBooleanSymbol(Boolean),
CSTPackage.getBooleanLiteralExpCS_BooleanSymbol()public void setBooleanSymbol(Boolean newBooleanSymbol)
setBooleanSymbol in interface BooleanLiteralExpCSnewBooleanSymbol - the new value of the 'Boolean Symbol' attribute.BooleanLiteralExpCS.getBooleanSymbol()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class SimpleNameCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class SimpleNameCSImplpublic void eUnset(int featureID)
eUnset in class SimpleNameCSImplpublic boolean eIsSet(int featureID)
eIsSet in class SimpleNameCSImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
public String toString()
toString in class SimpleNameCSImplCopyright © 2015 Open eHealth Foundation. All rights reserved.