public static enum CommonBxUnit.LangType extends java.lang.Enum<CommonBxUnit.LangType>
| Modifier and Type | Method and Description |
|---|---|
static CommonBxUnit.LangType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommonBxUnit.LangType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonBxUnit.LangType CHINESE
public static final CommonBxUnit.LangType ENGLISH
public static CommonBxUnit.LangType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static CommonBxUnit.LangType[] values()
for (CommonBxUnit.LangType c : CommonBxUnit.LangType.values()) System.out.println(c);