Uses of Class
net.opengis.wps.v_2_0.GenericOutputType

Uses of GenericOutputType in net.opengis.wps.v_2_0
 

Fields in net.opengis.wps.v_2_0 with type parameters of type GenericOutputType
protected  List<GenericOutputType> GenericProcessType.output
           
protected  List<GenericOutputType> GenericOutputType.output
           
 

Methods in net.opengis.wps.v_2_0 that return GenericOutputType
 GenericOutputType ObjectFactory.createGenericOutputType()
          Create an instance of GenericOutputType
 GenericOutputType GenericOutputType.withOutput(Collection<GenericOutputType> values)
           
 GenericOutputType GenericOutputType.withOutput(GenericOutputType... values)
           
 GenericOutputType GenericOutputType.withOutput(List<GenericOutputType> value)
           
 

Methods in net.opengis.wps.v_2_0 that return types with arguments of type GenericOutputType
 List<GenericOutputType> GenericProcessType.getOutput()
          Gets the value of the output property.
 List<GenericOutputType> GenericOutputType.getOutput()
          Gets the value of the output property.
 

Methods in net.opengis.wps.v_2_0 with parameters of type GenericOutputType
 GenericProcessType GenericProcessType.withOutput(GenericOutputType... values)
           
 GenericOutputType GenericOutputType.withOutput(GenericOutputType... values)
           
 

Method parameters in net.opengis.wps.v_2_0 with type arguments of type GenericOutputType
 void GenericProcessType.setOutput(List<GenericOutputType> value)
           
 void GenericOutputType.setOutput(List<GenericOutputType> value)
           
 GenericProcessType GenericProcessType.withOutput(Collection<GenericOutputType> values)
           
 GenericOutputType GenericOutputType.withOutput(Collection<GenericOutputType> values)
           
 GenericProcessType GenericProcessType.withOutput(List<GenericOutputType> value)
           
 GenericOutputType GenericOutputType.withOutput(List<GenericOutputType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.