public enum AssetCollectionStatus extends Enum<AssetCollectionStatus> implements Serializable
| 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 AssetCollectionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetCollectionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetCollectionStatus ACTIVE
public static final AssetCollectionStatus PAST
public static final AssetCollectionStatus FUTURE
public static final AssetCollectionStatus ALL
public static AssetCollectionStatus[] values()
for (AssetCollectionStatus c : AssetCollectionStatus.values()) System.out.println(c);
public static AssetCollectionStatus 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<AssetCollectionStatus>Copyright © 2018 ODPi. All rights reserved.