public enum DeviceTargetPlatform extends Enum<DeviceTargetPlatform>
| Enum Constant and Description |
|---|
ANDROID10 |
ANDROID11 |
ANDROID12 |
ANDROID13 |
ANDROID14 |
ANDROID15 |
ANDROID16 |
ANDROID17 |
ANDROID18 |
ANDROID19 |
ANDROID20 |
ANDROID21 |
ANDROID22 |
ANDROID23 |
| Modifier and Type | Method and Description |
|---|---|
static DeviceTargetPlatform |
fromInt(String text) |
static DeviceTargetPlatform |
fromPlatformVersion(String text) |
String |
getApi() |
String |
getSdkFolderName() |
String |
getVersionNumber() |
static DeviceTargetPlatform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceTargetPlatform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceTargetPlatform ANDROID10
public static final DeviceTargetPlatform ANDROID11
public static final DeviceTargetPlatform ANDROID12
public static final DeviceTargetPlatform ANDROID13
public static final DeviceTargetPlatform ANDROID14
public static final DeviceTargetPlatform ANDROID15
public static final DeviceTargetPlatform ANDROID16
public static final DeviceTargetPlatform ANDROID17
public static final DeviceTargetPlatform ANDROID18
public static final DeviceTargetPlatform ANDROID19
public static final DeviceTargetPlatform ANDROID20
public static final DeviceTargetPlatform ANDROID21
public static final DeviceTargetPlatform ANDROID22
public static final DeviceTargetPlatform ANDROID23
public static final String ANDROID
public static DeviceTargetPlatform[] values()
for (DeviceTargetPlatform c : DeviceTargetPlatform.values()) System.out.println(c);
public static DeviceTargetPlatform 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 getSdkFolderName()
public static DeviceTargetPlatform fromPlatformVersion(String text)
public static DeviceTargetPlatform fromInt(String text)
public String getVersionNumber()
public String getApi()
Copyright © 2015. All rights reserved.