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 Modifier and Type Field Description protected List<GenericOutputType>GenericOutputType. outputprotected List<GenericOutputType>GenericProcessType. outputMethods in net.opengis.wps.v_2_0 that return GenericOutputType Modifier and Type Method Description GenericOutputTypeObjectFactory. createGenericOutputType()Create an instance ofGenericOutputTypeGenericOutputTypeGenericOutputType. withOutput(Collection<GenericOutputType> values)GenericOutputTypeGenericOutputType. withOutput(List<GenericOutputType> value)GenericOutputTypeGenericOutputType. withOutput(GenericOutputType... values)Methods in net.opengis.wps.v_2_0 that return types with arguments of type GenericOutputType Modifier and Type Method Description List<GenericOutputType>GenericOutputType. getOutput()Gets the value of the output property.List<GenericOutputType>GenericProcessType. getOutput()Gets the value of the output property.Methods in net.opengis.wps.v_2_0 with parameters of type GenericOutputType Modifier and Type Method Description GenericOutputTypeGenericOutputType. withOutput(GenericOutputType... values)GenericProcessTypeGenericProcessType. withOutput(GenericOutputType... values)Method parameters in net.opengis.wps.v_2_0 with type arguments of type GenericOutputType Modifier and Type Method Description voidGenericOutputType. setOutput(List<GenericOutputType> value)voidGenericProcessType. setOutput(List<GenericOutputType> value)GenericOutputTypeGenericOutputType. withOutput(Collection<GenericOutputType> values)GenericOutputTypeGenericOutputType. withOutput(List<GenericOutputType> value)GenericProcessTypeGenericProcessType. withOutput(Collection<GenericOutputType> values)GenericProcessTypeGenericProcessType. withOutput(List<GenericOutputType> value)Constructor parameters in net.opengis.wps.v_2_0 with type arguments of type GenericOutputType Constructor Description GenericOutputType(List<GenericOutputType> output)Fully-initialising value constructor
-