public class PropertyValueLocalizedImpl extends Object implements PropertyValue
| Constructor and Description |
|---|
PropertyValueLocalizedImpl() |
PropertyValueLocalizedImpl(Locale language,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Locale language,
String value) |
void |
addValue(String language,
String value) |
Set<Locale> |
getLocalizations() |
List<String> |
getValues() |
List<String> |
getValues(Locale locale) |
List<String> |
getValues(String language) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFirstValuepublic List<String> getValues()
getValues in interface PropertyValueCopyright © 2017. All rights reserved.