@Deprecated public static enum FlowRule.Type extends Enum<FlowRule.Type>
| Enum Constant and Description |
|---|
ACL
Deprecated.
|
COS
Deprecated.
|
DEFAULT
Deprecated.
|
ETHER
Deprecated.
|
FIRST
Deprecated.
|
IP
Deprecated.
|
MPLS
Deprecated.
|
VLAN
Deprecated.
|
VLAN_MPLS
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowRule.Type |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FlowRule.Type[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowRule.Type DEFAULT
public static final FlowRule.Type IP
public static final FlowRule.Type MPLS
public static final FlowRule.Type ACL
public static final FlowRule.Type VLAN_MPLS
public static final FlowRule.Type VLAN
public static final FlowRule.Type ETHER
public static final FlowRule.Type COS
public static final FlowRule.Type FIRST
public static FlowRule.Type[] values()
for (FlowRule.Type c : FlowRule.Type.values()) System.out.println(c);
public static FlowRule.Type 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.