public enum OFFlowWildcards extends Enum<OFFlowWildcards>
Enum Constant and Description |
---|
ALL |
DL_DST |
DL_SRC |
DL_TYPE |
DL_VLAN |
DL_VLAN_PCP |
IN_PORT |
MPLS_LABEL |
MPLS_TC |
NW_DST_ALL |
NW_DST_MASK |
NW_PROTO |
NW_SRC_ALL |
NW_SRC_MASK |
NW_TOS |
TP_DST |
TP_SRC |
Modifier and Type | Method and Description |
---|---|
static OFFlowWildcards |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFFlowWildcards[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFFlowWildcards IN_PORT
public static final OFFlowWildcards DL_VLAN
public static final OFFlowWildcards DL_SRC
public static final OFFlowWildcards DL_DST
public static final OFFlowWildcards DL_TYPE
public static final OFFlowWildcards NW_PROTO
public static final OFFlowWildcards TP_SRC
public static final OFFlowWildcards TP_DST
public static final OFFlowWildcards NW_SRC_ALL
public static final OFFlowWildcards NW_SRC_MASK
public static final OFFlowWildcards NW_DST_ALL
public static final OFFlowWildcards NW_DST_MASK
public static final OFFlowWildcards DL_VLAN_PCP
public static final OFFlowWildcards NW_TOS
public static final OFFlowWildcards ALL
public static final OFFlowWildcards MPLS_LABEL
public static final OFFlowWildcards MPLS_TC
public static OFFlowWildcards[] values()
for (OFFlowWildcards c : OFFlowWildcards.values()) System.out.println(c);
public static OFFlowWildcards 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.