|
JBoss Logging I18n Annotation Processor 1.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MessageMethod.Message
Represents a Message annotation on a method.
| Method Summary | |
|---|---|
Annotations.FormatType |
format()
The message format type for the message. |
boolean |
hasId()
Checks if the message has an id that was provided. |
int |
id()
The message id for the message to use. |
boolean |
inheritsId()
Checks if the message id was inherited. |
String |
value()
A format string that can be used with the format(). |
| Method Detail |
|---|
int id()
boolean hasId()
true if the message id was specified or
inherited, otherwise returns false.
true if the message id was provided, otherwise false.boolean inheritsId()
true only if the message id is inherited, otherwise
false is returned.
true if the message id was inherited, otherwise false.String value()
format().
Annotations.FormatType format()
|
JBoss Logging I18n Annotation Processor 1.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||