public class CallExpCSImpl extends OCLExpressionCSImpl implements CallExpCS
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected DotOrArrowEnum |
accessor
The cached value of the '
Accessor' attribute. |
protected static DotOrArrowEnum |
ACCESSOR_EDEFAULT
The default value of the '
Accessor' attribute. |
protected SimpleNameCS |
simpleNameCS
The cached value of the '
Simple Name CS' containment reference. |
protected OCLExpressionCS |
source
The cached value of the '
Source' 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 |
CallExpCSImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetSimpleNameCS(SimpleNameCS newSimpleNameCS,
NotificationChain msgs) |
NotificationChain |
basicSetSource(OCLExpressionCS newSource,
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) |
DotOrArrowEnum |
getAccessor() |
SimpleNameCS |
getSimpleNameCS() |
OCLExpressionCS |
getSource() |
void |
setAccessor(DotOrArrowEnum newAccessor) |
void |
setSimpleNameCS(SimpleNameCS newSimpleNameCS) |
void |
setSource(OCLExpressionCS newSource) |
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 OCLExpressionCS source
Source' containment reference.
getSource()protected static final DotOrArrowEnum ACCESSOR_EDEFAULT
Accessor' attribute.
getAccessor()protected DotOrArrowEnum accessor
Accessor' attribute.
getAccessor()protected SimpleNameCS simpleNameCS
Simple Name CS' containment reference.
getSimpleNameCS()protected EClass eStaticClass()
eStaticClass in class OCLExpressionCSImplpublic OCLExpressionCS getSource()
getSource in interface CallExpCSCallExpCS.setSource(OCLExpressionCS),
CSTPackage.getCallExpCS_Source()public NotificationChain basicSetSource(OCLExpressionCS newSource, NotificationChain msgs)
public void setSource(OCLExpressionCS newSource)
setSource in interface CallExpCSnewSource - the new value of the 'Source' containment reference.CallExpCS.getSource()public DotOrArrowEnum getAccessor()
getAccessor in interface CallExpCSDotOrArrowEnum,
CallExpCS.setAccessor(DotOrArrowEnum),
CSTPackage.getCallExpCS_Accessor()public void setAccessor(DotOrArrowEnum newAccessor)
setAccessor in interface CallExpCSnewAccessor - the new value of the 'Accessor' attribute.DotOrArrowEnum,
CallExpCS.getAccessor()public SimpleNameCS getSimpleNameCS()
getSimpleNameCS in interface CallExpCSCallExpCS.setSimpleNameCS(SimpleNameCS),
CSTPackage.getCallExpCS_SimpleNameCS()public NotificationChain basicSetSimpleNameCS(SimpleNameCS newSimpleNameCS, NotificationChain msgs)
public void setSimpleNameCS(SimpleNameCS newSimpleNameCS)
setSimpleNameCS in interface CallExpCSnewSimpleNameCS - the new value of the 'Simple Name CS' containment reference.CallExpCS.getSimpleNameCS()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.