public class LocalizableMessage extends Object implements Localizable
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
_args |
protected String |
_bundlename |
protected String |
_key |
| Modifier | Constructor and Description |
|---|---|
|
LocalizableMessage(String bundlename,
String key) |
protected |
LocalizableMessage(String bundlename,
String key,
Object[] args) |
|
LocalizableMessage(String bundlename,
String key,
String arg) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
String |
getKey() |
String |
getResourceBundleName() |
protected String _bundlename
protected String _key
protected Object[] _args
public String getKey()
getKey in interface Localizablepublic Object[] getArguments()
getArguments in interface Localizablepublic String getResourceBundleName()
getResourceBundleName in interface LocalizableCopyright © 2017–2019 Eclipse Foundation. All rights reserved.