public static enum MonthBxUnit.MonthBxUnitMode extends java.lang.Enum<MonthBxUnit.MonthBxUnitMode>
| Enum Constant and Description |
|---|
LUNAR
农历月。正月 ~ 腊月。
|
NUMBER
数字。01 ~ 12。
|
TEXT
文字。一月 ~ 十二月。
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static MonthBxUnit.MonthBxUnitMode |
typeof(byte code) |
static MonthBxUnit.MonthBxUnitMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MonthBxUnit.MonthBxUnitMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonthBxUnit.MonthBxUnitMode LUNAR
public static final MonthBxUnit.MonthBxUnitMode NUMBER
public static final MonthBxUnit.MonthBxUnitMode TEXT
public java.lang.String toString()
toString in class java.lang.Enum<MonthBxUnit.MonthBxUnitMode>public static MonthBxUnit.MonthBxUnitMode typeof(byte code)
public static MonthBxUnit.MonthBxUnitMode 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 MonthBxUnit.MonthBxUnitMode[] values()
for (MonthBxUnit.MonthBxUnitMode c : MonthBxUnit.MonthBxUnitMode.values()) System.out.println(c);