Serializable, Localizablepublic class DummyLocalizable extends Object implements Localizable
Localizable interface, without localization.| Constructor | Description |
|---|---|
DummyLocalizable(String source) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getLocalizedString(Locale locale) |
Gets the localized string.
|
String |
getSourceString() |
Gets the source (non-localized) string.
|
String |
toString() |
public DummyLocalizable(String source)
source - source textpublic String getSourceString()
getSourceString in interface Localizablepublic String getLocalizedString(Locale locale)
getLocalizedString in interface Localizablelocale - locale into which to get the string.Copyright © 2016–2018 Hipparchus.org. All rights reserved.