|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DayBxUnit.DayBxUnitMode>
onbon.bx06.area.unit.DayBxUnit.DayBxUnitMode
public static enum DayBxUnit.DayBxUnitMode
显示内容类型。
Enum Constant Summary | |
---|---|
LUNAR
农历初一 ~ 三十。 |
|
NUMBER
数字 1 - 30。 |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DayBxUnit.DayBxUnitMode NUMBER
public static final DayBxUnit.DayBxUnitMode LUNAR
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<DayBxUnit.DayBxUnitMode>
public static DayBxUnit.DayBxUnitMode typeof(byte code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |