org.gcube.data.analysis.tabulardata.operation
Interface OperationDescriptor

All Known Implementing Classes:
ImmutableOperationDescriptor

public interface OperationDescriptor


Method Summary
 String getDescription()
           
 String getName()
           
 OperationId getOperationId()
           
 List<org.gcube.data.analysis.tabulardata.operation.parameters.Parameter> getParameters()
           
 OperationScope getScope()
           
 OperationType getType()
           
 

Method Detail

getOperationId

OperationId getOperationId()

getName

String getName()

getDescription

String getDescription()

getScope

OperationScope getScope()

getType

OperationType getType()

getParameters

List<org.gcube.data.analysis.tabulardata.operation.parameters.Parameter> getParameters()


Copyright © 2013. All Rights Reserved.