public static enum Entitlement.EntitlementState extends Enum<Entitlement.EntitlementState>
Entitlement| Modifier and Type | Method and Description |
|---|---|
static Entitlement.EntitlementState |
valueOf(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 ACTIVE
public static final Entitlement.EntitlementState BLOCKED
public static final Entitlement.EntitlementState CANCELLED
public static Entitlement.EntitlementState[] values()
for (Entitlement.EntitlementState c : Entitlement.EntitlementState.values()) System.out.println(c);
public static Entitlement.EntitlementState 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 © 2010-2015. All Rights Reserved.