public static enum TargetAccountTypeProvider.TargetAccountType extends Enum<TargetAccountTypeProvider.TargetAccountType>
| Modifier and Type | Method and Description |
|---|---|
static TargetAccountTypeProvider.TargetAccountType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetAccountTypeProvider.TargetAccountType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetAccountTypeProvider.TargetAccountType PREMIUM
public static final TargetAccountTypeProvider.TargetAccountType STANDARD
public static TargetAccountTypeProvider.TargetAccountType[] values()
for (TargetAccountTypeProvider.TargetAccountType c : TargetAccountTypeProvider.TargetAccountType.values()) System.out.println(c);
public static TargetAccountTypeProvider.TargetAccountType 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 © 2010 - 2020 Adobe. All Rights Reserved