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