public static enum EnumDefineSet.CounterResetSourceEntry extends java.lang.Enum<EnumDefineSet.CounterResetSourceEntry>
Enum Constant and Description |
---|
LINE0 |
LINE1 |
LINE2 |
LINE3 |
OFF |
SOFTWARE |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EnumDefineSet.CounterResetSourceEntry |
valueOf(int counterResetSource) |
static EnumDefineSet.CounterResetSourceEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefineSet.CounterResetSourceEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDefineSet.CounterResetSourceEntry OFF
public static final EnumDefineSet.CounterResetSourceEntry SOFTWARE
public static final EnumDefineSet.CounterResetSourceEntry LINE0
public static final EnumDefineSet.CounterResetSourceEntry LINE1
public static final EnumDefineSet.CounterResetSourceEntry LINE2
public static final EnumDefineSet.CounterResetSourceEntry LINE3
public static EnumDefineSet.CounterResetSourceEntry[] values()
for (EnumDefineSet.CounterResetSourceEntry c : EnumDefineSet.CounterResetSourceEntry.values()) System.out.println(c);
public static EnumDefineSet.CounterResetSourceEntry valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static EnumDefineSet.CounterResetSourceEntry valueOf(int counterResetSource)