public enum AssetCollectionOrder extends Enum<AssetCollectionOrder> implements Serializable
| Enum Constant and Description |
|---|
DATE_ADDED |
DATE_CREATED |
DATE_UPDATED |
DISPLAY_NAME |
OWNER |
QUALIFIED_NAME |
TYPE_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the default description of the enumeration.
|
String |
getName()
Return the default name of the enumeration.
|
int |
getOrdinal()
Return the numeric representation of the enumeration.
|
String |
toString()
toString() JSON-style
|
static AssetCollectionOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetCollectionOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetCollectionOrder TYPE_NAME
public static final AssetCollectionOrder QUALIFIED_NAME
public static final AssetCollectionOrder DISPLAY_NAME
public static final AssetCollectionOrder OWNER
public static final AssetCollectionOrder DATE_ADDED
public static final AssetCollectionOrder DATE_UPDATED
public static final AssetCollectionOrder DATE_CREATED
public static AssetCollectionOrder[] values()
for (AssetCollectionOrder c : AssetCollectionOrder.values()) System.out.println(c);
public static AssetCollectionOrder 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 int getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<AssetCollectionOrder>Copyright © 2018 ODPi. All rights reserved.