protected static enum ComparisonPredicate.PromotionLevel extends Enum<ComparisonPredicate.PromotionLevel>
| Modifier and Type | Method and Description |
|---|---|
static ComparisonPredicate.PromotionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparisonPredicate.PromotionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComparisonPredicate.PromotionLevel INT
public static final ComparisonPredicate.PromotionLevel LONG
public static final ComparisonPredicate.PromotionLevel FLOAT
public static final ComparisonPredicate.PromotionLevel DOUBLE
public static ComparisonPredicate.PromotionLevel[] values()
for (ComparisonPredicate.PromotionLevel c : ComparisonPredicate.PromotionLevel.values()) System.out.println(c);
public static ComparisonPredicate.PromotionLevel 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 null