public static enum GetOption.SortTarget extends Enum<GetOption.SortTarget>
| Modifier and Type | Method and Description |
|---|---|
static GetOption.SortTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetOption.SortTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetOption.SortTarget KEY
public static final GetOption.SortTarget VERSION
public static final GetOption.SortTarget CREATE
public static final GetOption.SortTarget MOD
public static final GetOption.SortTarget VALUE
public static GetOption.SortTarget[] values()
for (GetOption.SortTarget c : GetOption.SortTarget.values()) System.out.println(c);
public static GetOption.SortTarget 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.