org.eclipse.etrice.core.room.impl
Class MessageImpl

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.MessageImpl
All Implemented Interfaces:
Message

public class MessageImpl
extends MinimalEObjectImpl.Container
implements Message

An implementation of the model object 'Message'.

The following features are implemented:

EMF generated code

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

PRIV_EDEFAULT

protected static final boolean PRIV_EDEFAULT
The default value of the 'Priv' attribute.

See Also:
isPriv(), Constant Field Values
EMF generated code
EMF ordered

priv

protected boolean priv
The cached value of the 'Priv' attribute.

See Also:
isPriv()
EMF generated code
EMF ordered

NAME_EDEFAULT

protected static final java.lang.String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()
EMF generated code
EMF ordered

name

protected java.lang.String name
The cached value of the 'Name' attribute.

See Also:
getName()
EMF generated code
EMF ordered

data

protected VarDecl data
The cached value of the 'Data' containment reference.

See Also:
getData()
EMF generated code
EMF ordered

docu

protected Documentation docu
The cached value of the 'Docu' containment reference.

See Also:
getDocu()
EMF generated code
EMF ordered
Constructor Detail

MessageImpl

protected MessageImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

isPriv

public boolean isPriv()

Specified by:
isPriv in interface Message
Returns:
the value of the 'Priv' attribute.
See Also:
Message.setPriv(boolean), RoomPackage.getMessage_Priv()
EMF generated code

setPriv

public void setPriv(boolean newPriv)

Specified by:
setPriv in interface Message
Parameters:
newPriv - the new value of the 'Priv' attribute.
See Also:
Message.isPriv()
EMF generated code

getName

public java.lang.String getName()

Specified by:
getName in interface Message
Returns:
the value of the 'Name' attribute.
See Also:
Message.setName(String), RoomPackage.getMessage_Name()
EMF generated code

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface Message
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
Message.getName()
EMF generated code

getData

public VarDecl getData()

Specified by:
getData in interface Message
Returns:
the value of the 'Data' containment reference.
See Also:
Message.setData(VarDecl), RoomPackage.getMessage_Data()
EMF generated code

basicSetData

public NotificationChain basicSetData(VarDecl newData,
                                      NotificationChain msgs)

EMF generated code

setData

public void setData(VarDecl newData)

Specified by:
setData in interface Message
Parameters:
newData - the new value of the 'Data' containment reference.
See Also:
Message.getData()
EMF generated code

getDocu

public Documentation getDocu()

Specified by:
getDocu in interface Message
Returns:
the value of the 'Docu' containment reference.
See Also:
Message.setDocu(Documentation), RoomPackage.getMessage_Docu()
EMF generated code

basicSetDocu

public NotificationChain basicSetDocu(Documentation newDocu,
                                      NotificationChain msgs)

EMF generated code

setDocu

public void setDocu(Documentation newDocu)

Specified by:
setDocu in interface Message
Parameters:
newDocu - the new value of the 'Docu' containment reference.
See Also:
Message.getDocu()
EMF generated code

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

EMF generated code

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

EMF generated code

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

EMF generated code

eUnset

public void eUnset(int featureID)

EMF generated code

eIsSet

public boolean eIsSet(int featureID)

EMF generated code

toString

public java.lang.String toString()

EMF generated code