@PublicAPI public enum JobSortParameter extends Enum<JobSortParameter>
Modifier and Type | Method and Description |
---|---|
static JobSortParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobSortParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobSortParameter ID
public static final JobSortParameter STATE
public static final JobSortParameter OWNER
public static final JobSortParameter PRIORITY
public static final JobSortParameter NAME
public static JobSortParameter[] values()
for (JobSortParameter c : JobSortParameter.values()) System.out.println(c);
public static JobSortParameter 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