|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMinimalEObjectImpl.Container
org.eclipse.etrice.core.room.impl.MessageHandlerImpl
public class MessageHandlerImpl
An implementation of the model object 'Message Handler'.
The following features are implemented:
Field Summary | |
---|---|
protected DetailCode |
detailCode
The cached value of the ' Detail Code ' containment reference. |
protected Message |
msg
The cached value of the ' Msg ' reference. |
Constructor Summary | |
---|---|
protected |
MessageHandlerImpl()
|
Method Summary | |
---|---|
Message |
basicGetMsg()
|
NotificationChain |
basicSetDetailCode(DetailCode newDetailCode,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
DetailCode |
getDetailCode()
|
Message |
getMsg()
|
void |
setDetailCode(DetailCode newDetailCode)
|
void |
setMsg(Message newMsg)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Message msg
Msg
' reference.
getMsg()
protected DetailCode detailCode
Detail Code
' containment reference.
getDetailCode()
Constructor Detail |
---|
protected MessageHandlerImpl()
Method Detail |
---|
protected EClass eStaticClass()
public Message getMsg()
getMsg
in interface MessageHandler
MessageHandler.setMsg(Message)
,
RoomPackage.getMessageHandler_Msg()
public Message basicGetMsg()
public void setMsg(Message newMsg)
setMsg
in interface MessageHandler
newMsg
- the new value of the 'Msg' reference.MessageHandler.getMsg()
public DetailCode getDetailCode()
getDetailCode
in interface MessageHandler
MessageHandler.setDetailCode(DetailCode)
,
RoomPackage.getMessageHandler_DetailCode()
public NotificationChain basicSetDetailCode(DetailCode newDetailCode, NotificationChain msgs)
public void setDetailCode(DetailCode newDetailCode)
setDetailCode
in interface MessageHandler
newDetailCode
- the new value of the 'Detail Code' containment reference.MessageHandler.getDetailCode()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |