public static enum AATKitConfiguration.Platform extends Enum<AATKitConfiguration.Platform>
| Modifier and Type | Method and Description |
|---|---|
String |
getPlatformPrefix() |
String |
toString() |
static AATKitConfiguration.Platform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AATKitConfiguration.Platform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AATKitConfiguration.Platform ANDROID
public static final AATKitConfiguration.Platform HUAWEI
public static AATKitConfiguration.Platform[] values()
for (AATKitConfiguration.Platform c : AATKitConfiguration.Platform.values()) System.out.println(c);
public static AATKitConfiguration.Platform 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 nullpublic String getPlatformPrefix()
public String toString()
toString in class Enum<AATKitConfiguration.Platform>