public static enum TRangeNFunction.ERangeSpec extends Enum<TRangeNFunction.ERangeSpec>
Enum Constant and Description |
---|
no_range |
no_range_comma_unknown |
no_range_or_unknown |
not_specified |
unknown |
Modifier and Type | Method and Description |
---|---|
static TRangeNFunction.ERangeSpec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TRangeNFunction.ERangeSpec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TRangeNFunction.ERangeSpec no_range
public static final TRangeNFunction.ERangeSpec no_range_or_unknown
public static final TRangeNFunction.ERangeSpec no_range_comma_unknown
public static final TRangeNFunction.ERangeSpec unknown
public static final TRangeNFunction.ERangeSpec not_specified
public static TRangeNFunction.ERangeSpec[] values()
for (TRangeNFunction.ERangeSpec c : TRangeNFunction.ERangeSpec.values()) System.out.println(c);
public static TRangeNFunction.ERangeSpec 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