@ThriftEnum public static enum PrestoThriftRangeValueSet.PrestoThriftBound extends Enum<PrestoThriftRangeValueSet.PrestoThriftBound>
| Modifier and Type | Method and Description |
|---|---|
static PrestoThriftRangeValueSet.PrestoThriftBound |
fromBound(Marker.Bound bound) |
int |
getValue() |
static PrestoThriftRangeValueSet.PrestoThriftBound |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrestoThriftRangeValueSet.PrestoThriftBound[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrestoThriftRangeValueSet.PrestoThriftBound BELOW
public static final PrestoThriftRangeValueSet.PrestoThriftBound EXACTLY
public static final PrestoThriftRangeValueSet.PrestoThriftBound ABOVE
public static PrestoThriftRangeValueSet.PrestoThriftBound[] values()
for (PrestoThriftRangeValueSet.PrestoThriftBound c : PrestoThriftRangeValueSet.PrestoThriftBound.values()) System.out.println(c);
public static PrestoThriftRangeValueSet.PrestoThriftBound 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@ThriftEnumValue public int getValue()
public static PrestoThriftRangeValueSet.PrestoThriftBound fromBound(Marker.Bound bound)
Copyright © 2012–2023. All rights reserved.