|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<YearBxUnit.YearBxUnitMode>
onbon.bx06.area.unit.YearBxUnit.YearBxUnitMode
public static enum YearBxUnit.YearBxUnitMode
显示内容类型。
Enum Constant Summary | |
---|---|
CHINESE_ERA
天干地支。 |
|
CHINESE_ZODIAC
十二生肖。 |
|
Y2
四位西元年。 |
|
Y4
两位西元年。 |
Method Summary | |
---|---|
String |
toString()
|
static YearBxUnit.YearBxUnitMode |
typeof(byte code)
|
static YearBxUnit.YearBxUnitMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static YearBxUnit.YearBxUnitMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final YearBxUnit.YearBxUnitMode Y4
public static final YearBxUnit.YearBxUnitMode Y2
public static final YearBxUnit.YearBxUnitMode CHINESE_ERA
public static final YearBxUnit.YearBxUnitMode CHINESE_ZODIAC
Method Detail |
---|
public static YearBxUnit.YearBxUnitMode[] values()
for (YearBxUnit.YearBxUnitMode c : YearBxUnit.YearBxUnitMode.values()) System.out.println(c);
public static YearBxUnit.YearBxUnitMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<YearBxUnit.YearBxUnitMode>
public static YearBxUnit.YearBxUnitMode typeof(byte code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |