public interface Localizable
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | NOT_LOCALIZABLESpecial constant that represents a message that is not localizable. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object[] | getArguments()Returns the arguments for message formatting. | 
| java.lang.String | getKey()Gets the key in the resource bundle. | 
| java.lang.String | getResourceBundleName()Get the name of the localization messages resource bundle. | 
static final java.lang.String NOT_LOCALIZABLE
Use of "new" is to create an unique instance.
java.lang.String getKey()
NOT_LOCALIZABLE, that means the message is not localizable, and the first
 item of getArguments() array holds a String.java.lang.Object[] getArguments()
null.java.lang.String getResourceBundleName()
Copyright © 2012–2020 Oracle Corporation. All rights reserved.