Uses of Class
org.gcube.data.analysis.tabulardata.operation.OperationType

Packages that use OperationType
org.gcube.data.analysis.tabulardata.operation   
org.gcube.data.analysis.tabulardata.operation.factories.types   
 

Uses of OperationType in org.gcube.data.analysis.tabulardata.operation
 

Methods in org.gcube.data.analysis.tabulardata.operation that return OperationType
 OperationType OperationDescriptor.getType()
           
 OperationType ImmutableOperationDescriptor.getType()
           
static OperationType OperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.gcube.data.analysis.tabulardata.operation with parameters of type OperationType
ImmutableOperationDescriptor(OperationId operationId, String name, String description, OperationScope scope, OperationType type, List<org.gcube.data.analysis.tabulardata.operation.parameters.Parameter> parameters)
           
 

Uses of OperationType in org.gcube.data.analysis.tabulardata.operation.factories.types
 

Methods in org.gcube.data.analysis.tabulardata.operation.factories.types that return OperationType
protected  OperationType TableValidatorFactory.getOperationType()
           
protected  OperationType TableTransformationWorkerFactory.getOperationType()
           
protected  OperationType ImportWorkerFactory.getOperationType()
           
protected  OperationType ExportWorkerFactory.getOperationType()
           
protected  OperationType DataTransformationWorkerFactory.getOperationType()
           
protected  OperationType ColumnValidatorFactory.getOperationType()
           
protected  OperationType ColumnTransformationWorkerFactory.getOperationType()
           
protected abstract  OperationType BaseWorkerFactory.getOperationType()
           
 



Copyright © 2013. All Rights Reserved.