public static enum TimerBxUnit.TimerBxUnitMode extends Enum<TimerBxUnit.TimerBxUnitMode>
Enum Constant and Description |
---|
A
正计时累加。
|
B
反计时累加。
|
C
正计时不累加。
|
D
反计时不累加。
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static TimerBxUnit.TimerBxUnitMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerBxUnit.TimerBxUnitMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimerBxUnit.TimerBxUnitMode A
public static final TimerBxUnit.TimerBxUnitMode B
public static final TimerBxUnit.TimerBxUnitMode C
public static final TimerBxUnit.TimerBxUnitMode D
public static TimerBxUnit.TimerBxUnitMode[] values()
for (TimerBxUnit.TimerBxUnitMode c : TimerBxUnit.TimerBxUnitMode.values()) System.out.println(c);
public static TimerBxUnit.TimerBxUnitMode 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<TimerBxUnit.TimerBxUnitMode>
Copyright © 2020 onbon4j. All rights reserved.