public class VariableCSImpl extends CSTNodeImpl implements VariableCS
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected OCLExpressionCS |
initExpression
The cached value of the '
Init Expression' containment reference. |
protected String |
name
The cached value of the '
Name' attribute. |
protected static String |
NAME_EDEFAULT
The default value of the '
Name' attribute. |
protected TypeCS |
typeCS
The cached value of the '
Type CS' containment reference. |
ast, AST_EDEFAULT, END_OFFSET_EDEFAULT, END_TOKEN_EDEFAULT, endOffset, endToken, START_OFFSET_EDEFAULT, START_TOKEN_EDEFAULT, startOffset, startToken| Modifier | Constructor and Description |
|---|---|
protected |
VariableCSImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetInitExpression(OCLExpressionCS newInitExpression,
NotificationChain msgs) |
NotificationChain |
basicSetTypeCS(TypeCS newTypeCS,
NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
OCLExpressionCS |
getInitExpression() |
String |
getName() |
TypeCS |
getTypeCS() |
void |
setInitExpression(OCLExpressionCS newInitExpression) |
void |
setName(String newName) |
void |
setTypeCS(TypeCS newTypeCS) |
String |
toString() |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenprotected static final String NAME_EDEFAULT
Name' attribute.
getName()protected TypeCS typeCS
Type CS' containment reference.
getTypeCS()protected OCLExpressionCS initExpression
Init Expression' containment reference.
getInitExpression()protected EClass eStaticClass()
eStaticClass in class CSTNodeImplpublic String getName()
getName in interface VariableCSVariableCS.setName(String),
CSTPackage.getVariableCS_Name()public void setName(String newName)
setName in interface VariableCSnewName - the new value of the 'Name' attribute.VariableCS.getName()public TypeCS getTypeCS()
getTypeCS in interface VariableCSVariableCS.setTypeCS(TypeCS),
CSTPackage.getVariableCS_TypeCS()public NotificationChain basicSetTypeCS(TypeCS newTypeCS, NotificationChain msgs)
public void setTypeCS(TypeCS newTypeCS)
setTypeCS in interface VariableCSnewTypeCS - the new value of the 'Type CS' containment reference.VariableCS.getTypeCS()public OCLExpressionCS getInitExpression()
getInitExpression in interface VariableCSVariableCS.setInitExpression(OCLExpressionCS),
CSTPackage.getVariableCS_InitExpression()public NotificationChain basicSetInitExpression(OCLExpressionCS newInitExpression, NotificationChain msgs)
public void setInitExpression(OCLExpressionCS newInitExpression)
setInitExpression in interface VariableCSnewInitExpression - the new value of the 'Init Expression' containment reference.VariableCS.getInitExpression()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CSTNodeImplpublic void eSet(int featureID,
Object newValue)
eSet in class CSTNodeImplpublic void eUnset(int featureID)
eUnset in class CSTNodeImplpublic boolean eIsSet(int featureID)
eIsSet in class CSTNodeImplpublic String toString()
toString in class CSTNodeImplCopyright © 2015 Open eHealth Foundation. All rights reserved.