public static enum LblConfig.OP extends java.lang.Enum<LblConfig.OP>
Modifier and Type | Method and Description |
---|---|
long |
value() |
static LblConfig.OP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LblConfig.OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LblConfig.OP SET_CFG
public static final LblConfig.OP GET_CFG
public static final LblConfig.OP CUR_CFG
public static LblConfig.OP[] values()
for (LblConfig.OP c : LblConfig.OP.values()) System.out.println(c);
public static LblConfig.OP 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 long value()