public static enum MotronaIV251.CmndOp extends Enum<MotronaIV251.CmndOp>
| Enum Constant and Description |
|---|
ACTIVATE_DATA |
ERROR_BIT |
POSITION |
SAVE_TO_EEPROM |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegister() |
static MotronaIV251.CmndOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MotronaIV251.CmndOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MotronaIV251.CmndOp POSITION
public static final MotronaIV251.CmndOp ERROR_BIT
public static final MotronaIV251.CmndOp ACTIVATE_DATA
public static final MotronaIV251.CmndOp SAVE_TO_EEPROM
public static MotronaIV251.CmndOp[] values()
for (MotronaIV251.CmndOp c : MotronaIV251.CmndOp.values()) System.out.println(c);
public static MotronaIV251.CmndOp 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 getRegister()
Copyright © 2019 LSST. All rights reserved.