public enum OFBsnModuleEepromAlarmSet extends Enum<OFBsnModuleEepromAlarmSet>
| Enum Constant and Description |
|---|
BSN_MODULE_EEPROM_ALARM_HI_SET |
BSN_MODULE_EEPROM_ALARM_HI_WARN_SET |
BSN_MODULE_EEPROM_ALARM_LOW_SET |
BSN_MODULE_EEPROM_ALARM_LOW_WARN_SET |
BSN_MODULE_EEPROM_ALARM_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnModuleEepromAlarmSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnModuleEepromAlarmSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnModuleEepromAlarmSet BSN_MODULE_EEPROM_ALARM_NOT_SET
public static final OFBsnModuleEepromAlarmSet BSN_MODULE_EEPROM_ALARM_HI_SET
public static final OFBsnModuleEepromAlarmSet BSN_MODULE_EEPROM_ALARM_LOW_SET
public static final OFBsnModuleEepromAlarmSet BSN_MODULE_EEPROM_ALARM_HI_WARN_SET
public static final OFBsnModuleEepromAlarmSet BSN_MODULE_EEPROM_ALARM_LOW_WARN_SET
public static OFBsnModuleEepromAlarmSet[] values()
for (OFBsnModuleEepromAlarmSet c : OFBsnModuleEepromAlarmSet.values()) System.out.println(c);
public static OFBsnModuleEepromAlarmSet 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.