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