Uses of Class
org.gcube.datatransformation.datatransformationservice.stubs.Input

Packages that use Input
org.gcube.datatransformation.datatransformationservice.stubs   
 

Uses of Input in org.gcube.datatransformation.datatransformationservice.stubs
 

Methods in org.gcube.datatransformation.datatransformationservice.stubs that return Input
 Input TransformData.getInput()
          Gets the input value for this TransformData.
 Input TransformDataWithTransformationProgram.getInput()
          Gets the input value for this TransformDataWithTransformationProgram.
 Input[] TransformDataWithTransformationUnit.getInputs()
          Gets the inputs value for this TransformDataWithTransformationUnit.
 Input TransformDataWithTransformationUnit.getInputs(int i)
           
 

Methods in org.gcube.datatransformation.datatransformationservice.stubs with parameters of type Input
 void TransformData.setInput(Input input)
          Sets the input value for this TransformData.
 void TransformDataWithTransformationProgram.setInput(Input input)
          Sets the input value for this TransformDataWithTransformationProgram.
 void TransformDataWithTransformationUnit.setInputs(Input[] inputs)
          Sets the inputs value for this TransformDataWithTransformationUnit.
 void TransformDataWithTransformationUnit.setInputs(int i, Input _value)
           
 

Constructors in org.gcube.datatransformation.datatransformationservice.stubs with parameters of type Input
TransformData(boolean createReport, Input input, Output output, ContentType targetContentType)
           
TransformDataWithTransformationProgram(String TPID, boolean createReport, Input input, Output output, Parameter[] tProgramUnboundParameters, ContentType targetContentType)
           
TransformDataWithTransformationUnit(String TPID, boolean createReport, boolean filterSources, Input[] inputs, Output output, Parameter[] tProgramUnboundParameters, ContentType targetContentType, String transformationUnitID)
           
 



Copyright © 2012. All Rights Reserved.