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