public static enum ExtensionPurchasedOffering.STATUS extends java.lang.Enum<ExtensionPurchasedOffering.STATUS>
| Enum Constant and Description |
|---|
ACTIVE |
CANCELLED |
INACTIVE |
NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionPurchasedOffering.STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionPurchasedOffering.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionPurchasedOffering.STATUS NOT_SET
public static final ExtensionPurchasedOffering.STATUS ACTIVE
public static final ExtensionPurchasedOffering.STATUS INACTIVE
public static final ExtensionPurchasedOffering.STATUS CANCELLED
public static ExtensionPurchasedOffering.STATUS[] values()
for (ExtensionPurchasedOffering.STATUS c : ExtensionPurchasedOffering.STATUS.values()) System.out.println(c);
public static ExtensionPurchasedOffering.STATUS 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