Uses of Interface
net.opengis.wps20.GenericOutputType
- 
Packages that use GenericOutputType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of GenericOutputType in net.opengis.wps20Methods in net.opengis.wps20 that return GenericOutputType Modifier and Type Method Description GenericOutputTypeWps20Factory. createGenericOutputType()Returns a new object of class 'Generic Output Type'.Methods in net.opengis.wps20 that return types with arguments of type GenericOutputType Modifier and Type Method Description EList<GenericOutputType>GenericOutputType. getOutput()Returns the value of the 'Output' containment reference list.EList<GenericOutputType>GenericProcessType. getOutput()Returns the value of the 'Output' containment reference list.
- 
Uses of GenericOutputType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement GenericOutputType Modifier and Type Class Description classGenericOutputTypeImplAn implementation of the model object 'Generic Output Type'.Fields in net.opengis.wps20.impl with type parameters of type GenericOutputType Modifier and Type Field Description protected EList<GenericOutputType>GenericOutputTypeImpl. outputThe cached value of the 'Output' containment reference list.protected EList<GenericOutputType>GenericProcessTypeImpl. outputThe cached value of the 'Output' containment reference list.Methods in net.opengis.wps20.impl that return GenericOutputType Modifier and Type Method Description GenericOutputTypeWps20FactoryImpl. createGenericOutputType()Methods in net.opengis.wps20.impl that return types with arguments of type GenericOutputType Modifier and Type Method Description EList<GenericOutputType>GenericOutputTypeImpl. getOutput()EList<GenericOutputType>GenericProcessTypeImpl. getOutput()
- 
Uses of GenericOutputType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type GenericOutputType Modifier and Type Method Description TWps20Switch. caseGenericOutputType(GenericOutputType object)Returns the result of interpreting the object as an instance of 'Generic Output Type'.booleanWps20Validator. validateGenericOutputType(GenericOutputType genericOutputType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-