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