public static enum Application.EnumAnPlatforms extends Enum<Application.EnumAnPlatforms>
Enum Constant and Description |
---|
VALUE_ANDROID |
VALUE_DESKTOP |
VALUE_INSTANT_ARTICLES |
VALUE_IOS |
VALUE_MOBILE_WEB |
VALUE_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Application.EnumAnPlatforms |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.EnumAnPlatforms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.EnumAnPlatforms VALUE_ANDROID
public static final Application.EnumAnPlatforms VALUE_DESKTOP
public static final Application.EnumAnPlatforms VALUE_INSTANT_ARTICLES
public static final Application.EnumAnPlatforms VALUE_IOS
public static final Application.EnumAnPlatforms VALUE_MOBILE_WEB
public static final Application.EnumAnPlatforms VALUE_UNKNOWN
public static Application.EnumAnPlatforms[] values()
for (Application.EnumAnPlatforms c : Application.EnumAnPlatforms.values()) System.out.println(c);
public static Application.EnumAnPlatforms 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.EnumAnPlatforms>
Copyright © 2020. All rights reserved.