|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.ut.LcLocale
public final class LcLocale
A class to represent any of the locales known to XFA.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_LOCALE
The default XFA locale name: en_US. |
| Constructor Summary | |
|---|---|
LcLocale(java.lang.String locale)
Instantiates an LcLocale with the given name. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescName()
Gets this object's descriptive name. |
java.lang.String |
getName()
Gets this object's name. |
boolean |
isValid()
Determines if this object is a valid -- recognized locale. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_LOCALE
| Constructor Detail |
|---|
public LcLocale(java.lang.String locale)
locale - an ISO locale name.| Method Detail |
|---|
public boolean isValid()
public java.lang.String getName()
public java.lang.String getDescName()
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||