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