public class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
static java.lang.String |
COULD_NOT_CHANGE_ADDRESS |
static java.lang.String |
COULD_NOT_SET_SHIPPING_ADDRESS_TO_DEFAULT |
static java.lang.String |
MULTI_ADDRESS_LIST_FAILURE |
| Constructor and Description |
|---|
Constants() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.ResourceBundle |
getResourceBundle()
Return a reference to this component's resource bundle
|
static java.lang.String |
getStringResource(java.lang.String pResourceId)
Acquire a string value from the resource bundle
|
static java.lang.String |
getStringResource(java.lang.String pResourceId,
java.util.Locale pLocale)
Acquire a string value from the resource bundle based on the specified locale
|
static java.lang.String |
getStringResource(java.lang.String pResourceId,
java.util.ResourceBundle pResourceBundle)
Acquire a string value from a specific resource bundle
|
public static final java.lang.String CLASS_VERSION
public static final java.lang.String MULTI_ADDRESS_LIST_FAILURE
public static final java.lang.String COULD_NOT_SET_SHIPPING_ADDRESS_TO_DEFAULT
public static final java.lang.String COULD_NOT_CHANGE_ADDRESS
public static java.util.ResourceBundle getResourceBundle()
public static java.lang.String getStringResource(java.lang.String pResourceId)
throws java.util.MissingResourceException
pResourceId - the id of the string value to acquirejava.util.MissingResourceExceptionpublic static java.lang.String getStringResource(java.lang.String pResourceId,
java.util.Locale pLocale)
throws java.util.MissingResourceException
pResourceId - the id of the string value to acquirepLocale - the locale to usejava.util.MissingResourceExceptionpublic static java.lang.String getStringResource(java.lang.String pResourceId,
java.util.ResourceBundle pResourceBundle)
throws java.util.MissingResourceException
pResourceId - the id of the string value to acquirepResourceBundle - the resource bundle to usejava.util.MissingResourceException