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