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