public static enum MonthBxUnit.MonthBxUnitMode extends Enum<MonthBxUnit.MonthBxUnitMode>
Enum Constant and Description |
---|
LUNAR
农历月。正月 ~ 腊月。
|
NUMBER
数字。01 ~ 12。
|
TEXT
文字。一月 ~ 十二月。
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static MonthBxUnit.MonthBxUnitMode |
typeof(byte code) |
static MonthBxUnit.MonthBxUnitMode |
valueOf(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 NUMBER
public static final MonthBxUnit.MonthBxUnitMode TEXT
public static final MonthBxUnit.MonthBxUnitMode LUNAR
public static MonthBxUnit.MonthBxUnitMode[] values()
for (MonthBxUnit.MonthBxUnitMode c : MonthBxUnit.MonthBxUnitMode.values()) System.out.println(c);
public static MonthBxUnit.MonthBxUnitMode 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<MonthBxUnit.MonthBxUnitMode>
public static MonthBxUnit.MonthBxUnitMode typeof(byte code)
Copyright © 2020 onbon4j. All rights reserved.