public static enum YearBxUnit.YearBxUnitMode extends Enum<YearBxUnit.YearBxUnitMode>
Enum Constant and Description |
---|
CHINESE_ERA
天干地支。
|
CHINESE_ZODIAC
十二生肖。
|
Y2
四位西元年。
|
Y4
两位西元年。
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<YearBxUnit.YearBxUnitMode>
public static YearBxUnit.YearBxUnitMode typeof(byte code)
Copyright © 2020 onbon4j. All rights reserved.