| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.lib.util.Localizer.Message
public static class Localizer.Message
A Message can provide a localized message via the
 getMessage() method call, and can also provide the original key,
 package, and substitution array that were used to assemble the message.
| Method Summary | |
|---|---|
|  String | getKey()The unique key for the localized message. | 
|  String | getMessage()The localized message. | 
|  String | getPackageName() | 
|  Object[] | getSubstitutions()Substitutions inserted into the message. | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public String getMessage()
public String getKey()
public Object[] getSubstitutions()
public String getPackageName()
public String toString()
toString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||