public static enum TargetAccountTypeProvider.TargetAccountType extends java.lang.Enum<TargetAccountTypeProvider.TargetAccountType>
| Modifier and Type | Method and Description |
|---|---|
static TargetAccountTypeProvider.TargetAccountType |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2010 - 2022 Adobe. All Rights Reserved