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