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