org.gcube.data.analysis.tabulardata.operation.worker
Enum OperationDescriptor.OperationType
java.lang.Object
java.lang.Enum<OperationDescriptor.OperationType>
org.gcube.data.analysis.tabulardata.operation.worker.OperationDescriptor.OperationType
- All Implemented Interfaces:
- Serializable, Comparable<OperationDescriptor.OperationType>
- Enclosing class:
- OperationDescriptor
public static enum OperationDescriptor.OperationType
- extends Enum<OperationDescriptor.OperationType>
TRANSFORMATION
public static final OperationDescriptor.OperationType TRANSFORMATION
VALIDATION
public static final OperationDescriptor.OperationType VALIDATION
IMPORT
public static final OperationDescriptor.OperationType IMPORT
EXPORT
public static final OperationDescriptor.OperationType EXPORT
values
public static OperationDescriptor.OperationType[] 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 (OperationDescriptor.OperationType c : OperationDescriptor.OperationType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OperationDescriptor.OperationType 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 © 2013. All Rights Reserved.