public static enum DayBxUnit.DayBxUnitMode extends Enum<DayBxUnit.DayBxUnitMode>
Enum Constant and Description |
---|
LUNAR
农历初一 ~ 三十。
|
NUMBER
数字 1 - 30。
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static DayBxUnit.DayBxUnitMode |
typeof(byte code) |
static DayBxUnit.DayBxUnitMode |
valueOf(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 NUMBER
public static final DayBxUnit.DayBxUnitMode LUNAR
public static DayBxUnit.DayBxUnitMode[] values()
for (DayBxUnit.DayBxUnitMode c : DayBxUnit.DayBxUnitMode.values()) System.out.println(c);
public static DayBxUnit.DayBxUnitMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<DayBxUnit.DayBxUnitMode>
public static DayBxUnit.DayBxUnitMode typeof(byte code)
Copyright © 2020 onbon4j. All rights reserved.