public class CallExpCSImpl extends OCLExpressionCSImpl implements CallExpCS
The following features are implemented:
| 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) |
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, setStartTokenequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenpublic 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 © 2005, 2018 IBM Corporation and others. All Rights Reserved.