public enum OFBsnForwardErrorCorrectionType extends Enum<OFBsnForwardErrorCorrectionType>
| Modifier and Type | Method and Description |
|---|---|
static OFBsnForwardErrorCorrectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnForwardErrorCorrectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnForwardErrorCorrectionType BSN_FORWARD_ERROR_CORRECTION_DEFAULT
public static final OFBsnForwardErrorCorrectionType BSN_FORWARD_ERROR_CORRECTION_ENABLE
public static final OFBsnForwardErrorCorrectionType BSN_FORWARD_ERROR_CORRECTION_DISABLE
public static final OFBsnForwardErrorCorrectionType BSN_FORWARD_ERROR_CORRECTION_ENABLE_FIRE_CODE
public static final OFBsnForwardErrorCorrectionType BSN_FORWARD_ERROR_CORRECTION_ENABLE_REED_SOLOMON
public static final OFBsnForwardErrorCorrectionType BSN_FORWARD_ERROR_CORRECTION_ENABLE_REED_SOLOMON544
public static OFBsnForwardErrorCorrectionType[] values()
for (OFBsnForwardErrorCorrectionType c : OFBsnForwardErrorCorrectionType.values()) System.out.println(c);
public static OFBsnForwardErrorCorrectionType 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 © 2021. All rights reserved.