org.gcube.data.analysis.tabulardata.operation.worker
Enum OperationDescriptor.OperationScope
java.lang.Object
java.lang.Enum<OperationDescriptor.OperationScope>
org.gcube.data.analysis.tabulardata.operation.worker.OperationDescriptor.OperationScope
- All Implemented Interfaces:
- Serializable, Comparable<OperationDescriptor.OperationScope>
- Enclosing class:
- OperationDescriptor
public static enum OperationDescriptor.OperationScope
- extends Enum<OperationDescriptor.OperationScope>
VOID
public static final OperationDescriptor.OperationScope VOID
TABLE
public static final OperationDescriptor.OperationScope TABLE
COLUMN
public static final OperationDescriptor.OperationScope COLUMN
DATA
public static final OperationDescriptor.OperationScope DATA
values
public static OperationDescriptor.OperationScope[] 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.OperationScope c : OperationDescriptor.OperationScope.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.OperationScope 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.