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