public static enum Application.EnumSupportedPlatforms extends Enum<Application.EnumSupportedPlatforms>
Enum Constant and Description |
---|
VALUE_AMAZON |
VALUE_ANDROID |
VALUE_CANVAS |
VALUE_GAMEROOM |
VALUE_INSTANT_GAME |
VALUE_IPAD |
VALUE_IPHONE |
VALUE_MOBILE_WEB |
VALUE_OCULUS |
VALUE_SUPPLEMENTARY_IMAGES |
VALUE_WEB |
VALUE_WINDOWS |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Application.EnumSupportedPlatforms |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.EnumSupportedPlatforms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.EnumSupportedPlatforms VALUE_AMAZON
public static final Application.EnumSupportedPlatforms VALUE_ANDROID
public static final Application.EnumSupportedPlatforms VALUE_CANVAS
public static final Application.EnumSupportedPlatforms VALUE_GAMEROOM
public static final Application.EnumSupportedPlatforms VALUE_INSTANT_GAME
public static final Application.EnumSupportedPlatforms VALUE_IPAD
public static final Application.EnumSupportedPlatforms VALUE_IPHONE
public static final Application.EnumSupportedPlatforms VALUE_MOBILE_WEB
public static final Application.EnumSupportedPlatforms VALUE_OCULUS
public static final Application.EnumSupportedPlatforms VALUE_SUPPLEMENTARY_IMAGES
public static final Application.EnumSupportedPlatforms VALUE_WEB
public static final Application.EnumSupportedPlatforms VALUE_WINDOWS
public static Application.EnumSupportedPlatforms[] values()
for (Application.EnumSupportedPlatforms c : Application.EnumSupportedPlatforms.values()) System.out.println(c);
public static Application.EnumSupportedPlatforms 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 toString()
toString
in class Enum<Application.EnumSupportedPlatforms>
Copyright © 2020. All rights reserved.