public interface Localizable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NOT_LOCALIZABLE
Special 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() |
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()
java.lang.String getResourceBundleName()
Copyright © 2016 Oracle Corporation. All Rights Reserved.