public enum OFBsnForwardErrorCorrectionType extends Enum<OFBsnForwardErrorCorrectionType>
| Enum Constant and Description |
|---|
BSN_FORWARD_ERROR_CORRECTION_DEFAULT |
BSN_FORWARD_ERROR_CORRECTION_DISABLE |
BSN_FORWARD_ERROR_CORRECTION_ENABLE |
| 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 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 © 2019. All rights reserved.