public class MessageExpCSImpl extends OCLExpressionCSImpl implements MessageExpCS
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected <any> |
arguments
The cached value of the '
Arguments' containment reference list. |
protected MessageExpKind |
kind
The cached value of the '
Kind' attribute. |
protected static MessageExpKind |
KIND_EDEFAULT
The default value of the '
Kind' attribute. |
protected SimpleNameCS |
simpleNameCS
The cached value of the '
Simple Name CS' containment reference. |
protected OCLExpressionCS |
target
The cached value of the '
Target' 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 |
MessageExpCSImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetSimpleNameCS(SimpleNameCS newSimpleNameCS,
NotificationChain msgs) |
NotificationChain |
basicSetTarget(OCLExpressionCS newTarget,
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) |
<any> |
getArguments() |
MessageExpKind |
getKind() |
SimpleNameCS |
getSimpleNameCS() |
OCLExpressionCS |
getTarget() |
void |
setKind(MessageExpKind newKind) |
void |
setSimpleNameCS(SimpleNameCS newSimpleNameCS) |
void |
setTarget(OCLExpressionCS newTarget) |
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 target
Target' containment reference.
getTarget()protected static final MessageExpKind KIND_EDEFAULT
Kind' attribute.
getKind()protected MessageExpKind kind
Kind' attribute.
getKind()protected SimpleNameCS simpleNameCS
Simple Name CS' containment reference.
getSimpleNameCS()protected <any> arguments
Arguments' containment reference list.
getArguments()protected EClass eStaticClass()
eStaticClass in class OCLExpressionCSImplpublic OCLExpressionCS getTarget()
getTarget in interface MessageExpCSMessageExpCS.setTarget(OCLExpressionCS),
CSTPackage.getMessageExpCS_Target()public NotificationChain basicSetTarget(OCLExpressionCS newTarget, NotificationChain msgs)
public void setTarget(OCLExpressionCS newTarget)
setTarget in interface MessageExpCSnewTarget - the new value of the 'Target' containment reference.MessageExpCS.getTarget()public MessageExpKind getKind()
getKind in interface MessageExpCSMessageExpKind,
MessageExpCS.setKind(MessageExpKind),
CSTPackage.getMessageExpCS_Kind()public void setKind(MessageExpKind newKind)
setKind in interface MessageExpCSnewKind - the new value of the 'Kind' attribute.MessageExpKind,
MessageExpCS.getKind()public SimpleNameCS getSimpleNameCS()
getSimpleNameCS in interface MessageExpCSMessageExpCS.setSimpleNameCS(SimpleNameCS),
CSTPackage.getMessageExpCS_SimpleNameCS()public NotificationChain basicSetSimpleNameCS(SimpleNameCS newSimpleNameCS, NotificationChain msgs)
public void setSimpleNameCS(SimpleNameCS newSimpleNameCS)
setSimpleNameCS in interface MessageExpCSnewSimpleNameCS - the new value of the 'Simple Name CS' containment reference.MessageExpCS.getSimpleNameCS()public <any> getArguments()
getArguments in interface MessageExpCSCSTPackage.getMessageExpCS_Arguments()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.