public enum OFBsnCml extends Enum<OFBsnCml>
| Enum Constant and Description |
|---|
BSN_CML_CPU_DROP |
BSN_CML_CPU_FORWARD |
BSN_CML_FORWARD |
BSN_CML_NONE |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnCml |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnCml[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnCml BSN_CML_NONE
public static final OFBsnCml BSN_CML_CPU_DROP
public static final OFBsnCml BSN_CML_FORWARD
public static final OFBsnCml BSN_CML_CPU_FORWARD
public static OFBsnCml[] values()
for (OFBsnCml c : OFBsnCml.values()) System.out.println(c);
public static OFBsnCml 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 © 2020. All rights reserved.