|
||||||||||
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.MessageImpl
public class MessageImpl
An implementation of the model object 'Message'.
The following features are implemented:
Field Summary | |
---|---|
protected VarDecl |
data
The cached value of the ' Data ' containment reference. |
protected Documentation |
docu
The cached value of the ' Docu ' containment reference. |
protected java.lang.String |
name
The cached value of the ' Name ' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the ' Name ' attribute. |
protected boolean |
priv
The cached value of the ' Priv ' attribute. |
protected static boolean |
PRIV_EDEFAULT
The default value of the ' Priv ' attribute. |
Constructor Summary | |
---|---|
protected |
MessageImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetData(VarDecl newData,
NotificationChain msgs)
|
NotificationChain |
basicSetDocu(Documentation newDocu,
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)
|
VarDecl |
getData()
|
Documentation |
getDocu()
|
java.lang.String |
getName()
|
boolean |
isPriv()
|
void |
setData(VarDecl newData)
|
void |
setDocu(Documentation newDocu)
|
void |
setName(java.lang.String newName)
|
void |
setPriv(boolean newPriv)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final boolean PRIV_EDEFAULT
Priv
' attribute.
isPriv()
,
Constant Field Valuesprotected boolean priv
Priv
' attribute.
isPriv()
protected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
protected java.lang.String name
Name
' attribute.
getName()
protected VarDecl data
Data
' containment reference.
getData()
protected Documentation docu
Docu
' containment reference.
getDocu()
Constructor Detail |
---|
protected MessageImpl()
Method Detail |
---|
protected EClass eStaticClass()
public boolean isPriv()
isPriv
in interface Message
Message.setPriv(boolean)
,
RoomPackage.getMessage_Priv()
public void setPriv(boolean newPriv)
setPriv
in interface Message
newPriv
- the new value of the 'Priv' attribute.Message.isPriv()
public java.lang.String getName()
getName
in interface Message
Message.setName(String)
,
RoomPackage.getMessage_Name()
public void setName(java.lang.String newName)
setName
in interface Message
newName
- the new value of the 'Name' attribute.Message.getName()
public VarDecl getData()
getData
in interface Message
Message.setData(VarDecl)
,
RoomPackage.getMessage_Data()
public NotificationChain basicSetData(VarDecl newData, NotificationChain msgs)
public void setData(VarDecl newData)
setData
in interface Message
newData
- the new value of the 'Data' containment reference.Message.getData()
public Documentation getDocu()
getDocu
in interface Message
Message.setDocu(Documentation)
,
RoomPackage.getMessage_Docu()
public NotificationChain basicSetDocu(Documentation newDocu, NotificationChain msgs)
public void setDocu(Documentation newDocu)
setDocu
in interface Message
newDocu
- the new value of the 'Docu' containment reference.Message.getDocu()
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)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |