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