java.io.Serializable
, java.lang.Comparable<Deviations.DevSortBy>
protected static enum Deviations.DevSortBy extends java.lang.Enum<Deviations.DevSortBy>
Modifier and Type | Method | Description |
---|---|---|
static Deviations.DevSortBy |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Deviations.DevSortBy[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Deviations.DevSortBy NAME
public static final Deviations.DevSortBy TYPE
public static final Deviations.DevSortBy LEVEL
public static final Deviations.DevSortBy PLEVEL
public static Deviations.DevSortBy[] values()
for (Deviations.DevSortBy c : Deviations.DevSortBy.values()) System.out.println(c);
public static Deviations.DevSortBy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null