public static enum WUQueryWrapper.SortBy extends Enum<WUQueryWrapper.SortBy>
| Enum Constant and Description |
|---|
Cluster |
Jobname |
Owner |
Protected |
State |
WUID |
| Modifier and Type | Method and Description |
|---|---|
static WUQueryWrapper.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WUQueryWrapper.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WUQueryWrapper.SortBy WUID
public static final WUQueryWrapper.SortBy Owner
public static final WUQueryWrapper.SortBy Jobname
public static final WUQueryWrapper.SortBy Cluster
public static final WUQueryWrapper.SortBy Protected
public static final WUQueryWrapper.SortBy State
public static WUQueryWrapper.SortBy[] values()
for (WUQueryWrapper.SortBy c : WUQueryWrapper.SortBy.values()) System.out.println(c);
public static WUQueryWrapper.SortBy 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 © 2021. All rights reserved.