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