public enum OFOvsTcpFlag extends Enum<OFOvsTcpFlag>
Enum Constant and Description |
---|
OVS_TCP_FLAG_ACK |
OVS_TCP_FLAG_CWR |
OVS_TCP_FLAG_ECE |
OVS_TCP_FLAG_FIN |
OVS_TCP_FLAG_NS |
OVS_TCP_FLAG_PSH |
OVS_TCP_FLAG_RST |
OVS_TCP_FLAG_SYN |
OVS_TCP_FLAG_URG |
Modifier and Type | Method and Description |
---|---|
static OFOvsTcpFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFOvsTcpFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFOvsTcpFlag OVS_TCP_FLAG_FIN
public static final OFOvsTcpFlag OVS_TCP_FLAG_SYN
public static final OFOvsTcpFlag OVS_TCP_FLAG_RST
public static final OFOvsTcpFlag OVS_TCP_FLAG_PSH
public static final OFOvsTcpFlag OVS_TCP_FLAG_ACK
public static final OFOvsTcpFlag OVS_TCP_FLAG_URG
public static final OFOvsTcpFlag OVS_TCP_FLAG_ECE
public static final OFOvsTcpFlag OVS_TCP_FLAG_CWR
public static final OFOvsTcpFlag OVS_TCP_FLAG_NS
public static OFOvsTcpFlag[] values()
for (OFOvsTcpFlag c : OFOvsTcpFlag.values()) System.out.println(c);
public static OFOvsTcpFlag 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 © 2017. All rights reserved.