public enum QoSPolicyTokenState extends java.lang.Enum<QoSPolicyTokenState>
| Enum Constant and Description |
|---|
ERROR_DURING_PROCESSING |
INVALID |
UNKNOWN |
VALID |
| Modifier and Type | Method and Description |
|---|---|
static QoSPolicyTokenState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QoSPolicyTokenState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QoSPolicyTokenState UNKNOWN
public static final QoSPolicyTokenState VALID
public static final QoSPolicyTokenState ERROR_DURING_PROCESSING
public static final QoSPolicyTokenState INVALID
public static QoSPolicyTokenState[] values()
for (QoSPolicyTokenState c : QoSPolicyTokenState.values()) System.out.println(c);
public static QoSPolicyTokenState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null