public enum OFIpv6ExthdrFlags extends Enum<OFIpv6ExthdrFlags>
Enum Constant and Description |
---|
AUTH |
DEST |
ESP |
FRAG |
HOP |
NONEXT |
ROUTER |
UNREP |
UNSEQ |
Modifier and Type | Method and Description |
---|---|
static OFIpv6ExthdrFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFIpv6ExthdrFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFIpv6ExthdrFlags NONEXT
public static final OFIpv6ExthdrFlags ESP
public static final OFIpv6ExthdrFlags AUTH
public static final OFIpv6ExthdrFlags DEST
public static final OFIpv6ExthdrFlags FRAG
public static final OFIpv6ExthdrFlags ROUTER
public static final OFIpv6ExthdrFlags HOP
public static final OFIpv6ExthdrFlags UNREP
public static final OFIpv6ExthdrFlags UNSEQ
public static OFIpv6ExthdrFlags[] values()
for (OFIpv6ExthdrFlags c : OFIpv6ExthdrFlags.values()) System.out.println(c);
public static OFIpv6ExthdrFlags 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 © 2015. All rights reserved.