public static enum ItemPrice.Status extends Enum<ItemPrice.Status>
| Modifier and Type | Method and Description |
|---|---|
static ItemPrice.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemPrice.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemPrice.Status ACTIVE
public static final ItemPrice.Status ARCHIVED
public static final ItemPrice.Status DELETED
public static final ItemPrice.Status _UNKNOWN
public static ItemPrice.Status[] values()
for (ItemPrice.Status c : ItemPrice.Status.values()) System.out.println(c);
public static ItemPrice.Status 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 © 2023 ChargeBee. All rights reserved.