Uses of Interface
net.opengis.wps20.OutputDescriptionType
- 
Packages that use OutputDescriptionType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of OutputDescriptionType in net.opengis.wps20Methods in net.opengis.wps20 that return OutputDescriptionType Modifier and Type Method Description OutputDescriptionTypeWps20Factory. createOutputDescriptionType()Returns a new object of class 'Output Description Type'.Methods in net.opengis.wps20 that return types with arguments of type OutputDescriptionType Modifier and Type Method Description EList<OutputDescriptionType>OutputDescriptionType. getOutput()Returns the value of the 'Output' containment reference list.EList<OutputDescriptionType>ProcessDescriptionType. getOutput()Returns the value of the 'Output' containment reference list.
- 
Uses of OutputDescriptionType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement OutputDescriptionType Modifier and Type Class Description classOutputDescriptionTypeImplAn implementation of the model object 'Output Description Type'.Fields in net.opengis.wps20.impl with type parameters of type OutputDescriptionType Modifier and Type Field Description protected EList<OutputDescriptionType>OutputDescriptionTypeImpl. outputThe cached value of the 'Output' containment reference list.protected EList<OutputDescriptionType>ProcessDescriptionTypeImpl. outputThe cached value of the 'Output' containment reference list.Methods in net.opengis.wps20.impl that return OutputDescriptionType Modifier and Type Method Description OutputDescriptionTypeWps20FactoryImpl. createOutputDescriptionType()Methods in net.opengis.wps20.impl that return types with arguments of type OutputDescriptionType Modifier and Type Method Description EList<OutputDescriptionType>OutputDescriptionTypeImpl. getOutput()EList<OutputDescriptionType>ProcessDescriptionTypeImpl. getOutput()
- 
Uses of OutputDescriptionType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type OutputDescriptionType Modifier and Type Method Description TWps20Switch. caseOutputDescriptionType(OutputDescriptionType object)Returns the result of interpreting the object as an instance of 'Output Description Type'.booleanWps20Validator. validateOutputDescriptionType(OutputDescriptionType outputDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-