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