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