public static enum PolicyAction.PolicyActionProtocol extends Enum<PolicyAction.PolicyActionProtocol>
Enum Constant and Description |
---|
ALLOW |
COPY |
LOG |
QoS |
REDIRECT |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
static PolicyAction.PolicyActionProtocol |
forValue(String value) |
String |
value() |
static PolicyAction.PolicyActionProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyAction.PolicyActionProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyAction.PolicyActionProtocol ALLOW
public static final PolicyAction.PolicyActionProtocol REDIRECT
public static final PolicyAction.PolicyActionProtocol COPY
public static final PolicyAction.PolicyActionProtocol LOG
public static final PolicyAction.PolicyActionProtocol QoS
public static final PolicyAction.PolicyActionProtocol UNRECOGNIZED
public static PolicyAction.PolicyActionProtocol[] values()
for (PolicyAction.PolicyActionProtocol c : PolicyAction.PolicyActionProtocol.values()) System.out.println(c);
public static PolicyAction.PolicyActionProtocol 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 static PolicyAction.PolicyActionProtocol forValue(String value)
public String value()
Copyright © 2017. All rights reserved.