public enum OFHeaderTypeOnf extends Enum<OFHeaderTypeOnf>
Enum Constant and Description |
---|
ETHERNET |
NO_HEADER |
OXM_EXPERIMENTER |
Modifier and Type | Method and Description |
---|---|
short |
getStableValue() |
static OFHeaderTypeOnf |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFHeaderTypeOnf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFHeaderTypeOnf ETHERNET
public static final OFHeaderTypeOnf NO_HEADER
public static final OFHeaderTypeOnf OXM_EXPERIMENTER
public static OFHeaderTypeOnf[] values()
for (OFHeaderTypeOnf c : OFHeaderTypeOnf.values()) System.out.println(c);
public static OFHeaderTypeOnf 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 nullpublic short getStableValue()
Copyright © 2016. All rights reserved.