public static enum ServicePackageSDK.ServicePackageClient.Sort extends Enum<ServicePackageSDK.ServicePackageClient.Sort>
| Enum Constant and Description |
|---|
CREATION_ASC
Creation ascending sort.
|
CREATION_DESC
Creation descending sort.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ServicePackageSDK.ServicePackageClient.Sort |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServicePackageSDK.ServicePackageClient.Sort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServicePackageSDK.ServicePackageClient.Sort CREATION_ASC
public static final ServicePackageSDK.ServicePackageClient.Sort CREATION_DESC
public static ServicePackageSDK.ServicePackageClient.Sort[] values()
for (ServicePackageSDK.ServicePackageClient.Sort c : ServicePackageSDK.ServicePackageClient.Sort.values()) System.out.println(c);
public static ServicePackageSDK.ServicePackageClient.Sort 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 String toString()
toString in class Enum<ServicePackageSDK.ServicePackageClient.Sort>Copyright © 2015 Covisint. All rights reserved.