org.gcube.data.analysis.statisticalmanager
Enum SMOperationStatus
java.lang.Object
java.lang.Enum<SMOperationStatus>
org.gcube.data.analysis.statisticalmanager.SMOperationStatus
- All Implemented Interfaces:
- Serializable, Comparable<SMOperationStatus>
public enum SMOperationStatus
- extends Enum<SMOperationStatus>
PENDING
public static final SMOperationStatus PENDING
RUNNING
public static final SMOperationStatus RUNNING
STOPPED
public static final SMOperationStatus STOPPED
COMPLETED
public static final SMOperationStatus COMPLETED
FAILED
public static final SMOperationStatus FAILED
values
public static SMOperationStatus[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SMOperationStatus c : SMOperationStatus.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SMOperationStatus valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012. All Rights Reserved.