public enum OFBsnModuleEepromDiagType extends Enum<OFBsnModuleEepromDiagType>
| Enum Constant and Description |
|---|
BSN_MODULE_EEPROM_DIAG_CURR |
BSN_MODULE_EEPROM_DIAG_OUTP |
BSN_MODULE_EEPROM_DIAG_RECP |
BSN_MODULE_EEPROM_DIAG_TEMP |
BSN_MODULE_EEPROM_DIAG_VOLT |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnModuleEepromDiagType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnModuleEepromDiagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnModuleEepromDiagType BSN_MODULE_EEPROM_DIAG_CURR
public static final OFBsnModuleEepromDiagType BSN_MODULE_EEPROM_DIAG_VOLT
public static final OFBsnModuleEepromDiagType BSN_MODULE_EEPROM_DIAG_TEMP
public static final OFBsnModuleEepromDiagType BSN_MODULE_EEPROM_DIAG_RECP
public static final OFBsnModuleEepromDiagType BSN_MODULE_EEPROM_DIAG_OUTP
public static OFBsnModuleEepromDiagType[] values()
for (OFBsnModuleEepromDiagType c : OFBsnModuleEepromDiagType.values()) System.out.println(c);
public static OFBsnModuleEepromDiagType 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 nullCopyright © 2019. All rights reserved.