public static enum Entitlement.EntitlementState extends java.lang.Enum<Entitlement.EntitlementState>
Entitlement| Enum Constant and Description |
|---|
ACTIVE |
BLOCKED |
CANCELLED |
EXPIRED |
PENDING |
| Modifier and Type | Method and Description |
|---|---|
static Entitlement.EntitlementState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Entitlement.EntitlementState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entitlement.EntitlementState PENDING
public static final Entitlement.EntitlementState ACTIVE
public static final Entitlement.EntitlementState BLOCKED
public static final Entitlement.EntitlementState CANCELLED
public static final Entitlement.EntitlementState EXPIRED
public static Entitlement.EntitlementState[] values()
for (Entitlement.EntitlementState c : Entitlement.EntitlementState.values()) System.out.println(c);
public static Entitlement.EntitlementState 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 nullCopyright © 2010-2018. All Rights Reserved.