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

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

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

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

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

Methods in org.gcube.data.analysis.tabulardata.operation.worker that return OperationDescriptor.OperationType
 OperationDescriptor.OperationType OperationDescriptor.getType()
           
static OperationDescriptor.OperationType OperationDescriptor.OperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationDescriptor.OperationType[] OperationDescriptor.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.worker with parameters of type OperationDescriptor.OperationType
OperationDescriptor(OperationDescriptor.OperationId operationId, String name, String description, OperationDescriptor.OperationScope scope, OperationDescriptor.OperationType type)
           
 



Copyright © 2013. All Rights Reserved.