|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Message
Message meta-data.
A message consists of the properties name, template and
arguments. Property name holds a name uniquely identifying the
message in a list of messages. Property template holds the template of
the message. Property arguments holds meta-data describing arguments to
format the message with.
| Method Summary | |
|---|---|
Arguments |
getArguments()
The arguments of this message. |
String |
getName()
The name of this message. |
Texts |
getTemplate()
The template of this message. |
void |
setArguments(Arguments value)
Sets the value of the arguments property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setTemplate(Texts value)
Sets the value of the template property. |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Method Detail |
|---|
Texts getTemplate()
Textsvoid setTemplate(Texts value)
value - allowed object is
TextsArguments getArguments()
Argumentsvoid setArguments(Arguments value)
value - allowed object is
ArgumentsString getName()
Stringvoid setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||