| 
 | ||||||||||
| 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 | |
|---|---|
|  java.lang.String | getKey()The unique key for the localized message. | 
|  java.lang.String | getMessage()The localized message. | 
|  java.lang.String | getPackageName() | 
|  java.lang.Object[] | getSubstitutions()Substitutions inserted into the message. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public java.lang.String getMessage()
public java.lang.String getKey()
public java.lang.Object[] getSubstitutions()
public java.lang.String getPackageName()
public java.lang.String toString()
toString in class java.lang.Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||