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