org.eclipse.etrice.core.room
Interface Message

All Known Implementing Classes:
MessageImpl

public interface Message

A representation of the model object 'Message'.

The following features are supported:

See Also:
RoomPackage.getMessage()
EMF generated code
EMF model element

Method Summary
 VarDecl getData()
          Returns the value of the 'Data' containment reference.
 Documentation getDocu()
          Returns the value of the 'Docu' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 boolean isPriv()
          Returns the value of the 'Priv' attribute.
 void setData(VarDecl value)
          Sets the value of the 'Data' containment reference.
 void setDocu(Documentation value)
          Sets the value of the 'Docu' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setPriv(boolean value)
          Sets the value of the 'Priv' attribute.
 

Method Detail

isPriv

boolean isPriv()
Returns the value of the 'Priv' attribute.

If the meaning of the 'Priv' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Priv' attribute.
See Also:
setPriv(boolean), RoomPackage.getMessage_Priv()
EMF generated code
EMF model element

setPriv

void setPriv(boolean value)
Sets the value of the 'Priv' attribute.

Parameters:
value - the new value of the 'Priv' attribute.
See Also:
isPriv()
EMF generated code

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RoomPackage.getMessage_Name()
EMF generated code
EMF model element

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
EMF generated code

getData

VarDecl getData()
Returns the value of the 'Data' containment reference.

If the meaning of the 'Data' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data' containment reference.
See Also:
setData(VarDecl), RoomPackage.getMessage_Data()
EMF generated code
EMF model element
containment="true"

setData

void setData(VarDecl value)
Sets the value of the 'Data' containment reference.

Parameters:
value - the new value of the 'Data' containment reference.
See Also:
getData()
EMF generated code

getDocu

Documentation getDocu()
Returns the value of the 'Docu' containment reference.

If the meaning of the 'Docu' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Docu' containment reference.
See Also:
setDocu(Documentation), RoomPackage.getMessage_Docu()
EMF generated code
EMF model element
containment="true"

setDocu

void setDocu(Documentation value)
Sets the value of the 'Docu' containment reference.

Parameters:
value - the new value of the 'Docu' containment reference.
See Also:
getDocu()
EMF generated code