|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Message
A representation of the model object 'Message'.
The following features are supported:
RoomPackage.getMessage()
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 |
---|
boolean isPriv()
If the meaning of the 'Priv' attribute isn't clear, there really should be more of a description here...
setPriv(boolean)
,
RoomPackage.getMessage_Priv()
void setPriv(boolean value)
Priv
' attribute.
value
- the new value of the 'Priv' attribute.isPriv()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
RoomPackage.getMessage_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
VarDecl getData()
If the meaning of the 'Data' containment reference isn't clear, there really should be more of a description here...
setData(VarDecl)
,
RoomPackage.getMessage_Data()
void setData(VarDecl value)
Data
' containment reference.
value
- the new value of the 'Data' containment reference.getData()
Documentation getDocu()
If the meaning of the 'Docu' containment reference isn't clear, there really should be more of a description here...
setDocu(Documentation)
,
RoomPackage.getMessage_Docu()
void setDocu(Documentation value)
Docu
' containment reference.
value
- the new value of the 'Docu' containment reference.getDocu()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |