public static enum Constants.PackageOrderBy extends Enum<Constants.PackageOrderBy>
| Enum Constant and Description |
|---|
CREATED_AT |
NAME |
PROJECT_PATH |
TYPE |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Constants.PackageOrderBy |
forValue(String value) |
String |
toString() |
String |
toValue() |
static Constants.PackageOrderBy |
valueOf(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(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 nullpublic static Constants.PackageOrderBy forValue(String value)
public String toValue()
public String toString()
toString in class Enum<Constants.PackageOrderBy>Copyright © 2021. All rights reserved.