public class UnlocalizedValue extends Object implements Value
| Constructor and Description |
|---|
UnlocalizedValue(String value) |
UnlocalizedValue(UnlocalizedValue unlocalizedValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
addString(Locale locale,
String value) |
boolean |
equals(Object obj) |
Set<Locale> |
getAvailableLocales() |
Locale |
getDefaultLocale() |
String |
getString(Locale locale) |
Map<Locale,String> |
getValues() |
int |
hashCode() |
boolean |
isLocalized() |
void |
setDefaultLocale(Locale defaultLocale) |
public UnlocalizedValue(String value)
public UnlocalizedValue(UnlocalizedValue unlocalizedValue)
public Set<Locale> getAvailableLocales()
getAvailableLocales in interface Valuepublic Locale getDefaultLocale()
getDefaultLocale in interface Valuepublic boolean isLocalized()
isLocalized in interface Valuepublic void setDefaultLocale(Locale defaultLocale)
setDefaultLocale in interface Value