|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteLocale
A CentraSiteLocale comprises a java.util.Locale and a boolean flag saying whether this is the default locale. Within the set of restricted locales, exactly one is marked as default locale.
Method Summary | |
---|---|
java.util.Locale |
getLocale()
Get the locale. |
boolean |
isDefault()
Return whether this is the default locale. |
void |
setDefault(boolean isDefault)
Indicate whether this is the default locale. |
void |
setLocale(java.util.Locale locale)
Set the locale. |
Method Detail |
---|
java.util.Locale getLocale() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void setLocale(java.util.Locale locale) throws javax.xml.registry.JAXRException
locale
- the locale
javax.xml.registry.JAXRException
boolean isDefault() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void setDefault(boolean isDefault) throws javax.xml.registry.JAXRException
isDefault
- true if this is to be marked as default locale
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |