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 Value
public Locale getDefaultLocale()
getDefaultLocale
in interface Value
public boolean isLocalized()
isLocalized
in interface Value
public void setDefaultLocale(Locale defaultLocale)
setDefaultLocale
in interface Value