public static enum Sorting.SortToggle extends Enum<Sorting.SortToggle>
| Modifier and Type | Method and Description |
|---|---|
static Sorting.SortToggle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sorting.SortToggle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sorting.SortToggle BINARY
public static final Sorting.SortToggle TRISTATE
public static Sorting.SortToggle[] values()
for (Sorting.SortToggle c : Sorting.SortToggle.values()) System.out.println(c);
public static Sorting.SortToggle 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 © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.