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