Localizer.Message (OpenJPA 0.9.7-incubating API) function windowTitle() { parent.document.title="Localizer.Message (OpenJPA 0.9.7-incubating API)"; } Overview  Package   Class  Use  Tree  Deprecated  Index  Help   PREV CLASS   NEXT CLASS FRAMES    NO FRAMES     All Classes'); } //-- All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD org.apache.openjpa.lib.util Class Localizer.Message java.lang.Object org.apache.openjpa.lib.util.Localizer.Message Enclosing class:Localizer public static class Localizer.Messageextends Object 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 getMessage public String getMessage() The localized message. getKey public String getKey() The unique key for the localized message. getSubstitutions public Object[] getSubstitutions() Substitutions inserted into the message. getPackageName public String getPackageName() toString public String toString() Overrides:toString in class Object Overview  Package   Class  Use  Tree  Deprecated  Index  Help   PREV CLASS   NEXT CLASS FRAMES    NO FRAMES     All Classes'); } //-- All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.