public static enum Constants.PackageOrderBy extends java.lang.Enum<Constants.PackageOrderBy>
Enum Constant and Description |
---|
CREATED_AT |
NAME |
PROJECT_PATH |
TYPE |
VERSION |
Modifier and Type | Method and Description |
---|---|
static Constants.PackageOrderBy |
forValue(java.lang.String value) |
java.lang.String |
toString() |
java.lang.String |
toValue() |
static Constants.PackageOrderBy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.PackageOrderBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.PackageOrderBy NAME
public static final Constants.PackageOrderBy CREATED_AT
public static final Constants.PackageOrderBy VERSION
public static final Constants.PackageOrderBy TYPE
public static final Constants.PackageOrderBy PROJECT_PATH
public static Constants.PackageOrderBy[] values()
for (Constants.PackageOrderBy c : Constants.PackageOrderBy.values()) System.out.println(c);
public static Constants.PackageOrderBy 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 nullpublic static Constants.PackageOrderBy forValue(java.lang.String value)
public java.lang.String toValue()
public java.lang.String toString()
toString
in class java.lang.Enum<Constants.PackageOrderBy>