Uses of Interface
net.opengis.wps20.DescriptionType
- 
Packages that use DescriptionType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of DescriptionType in net.opengis.wps20Subinterfaces of DescriptionType in net.opengis.wps20 Modifier and Type Interface Description interfaceGenericInputTypeA representation of the model object 'Generic Input Type'.interfaceGenericOutputTypeA representation of the model object 'Generic Output Type'.interfaceGenericProcessTypeA representation of the model object 'Generic Process Type'.interfaceInputDescriptionTypeA representation of the model object 'Input Description Type'.interfaceOutputDescriptionTypeA representation of the model object 'Output Description Type'.interfaceProcessDescriptionTypeA representation of the model object 'Process Description Type'.interfaceProcessSummaryTypeA representation of the model object 'Process Summary Type'.Methods in net.opengis.wps20 that return DescriptionType Modifier and Type Method Description DescriptionTypeWps20Factory. createDescriptionType()Returns a new object of class 'Description Type'.
- 
Uses of DescriptionType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement DescriptionType Modifier and Type Class Description classDescriptionTypeImplAn implementation of the model object 'Description Type'.classGenericInputTypeImplAn implementation of the model object 'Generic Input Type'.classGenericOutputTypeImplAn implementation of the model object 'Generic Output Type'.classGenericProcessTypeImplAn implementation of the model object 'Generic Process Type'.classInputDescriptionTypeImplAn implementation of the model object 'Input Description Type'.classOutputDescriptionTypeImplAn implementation of the model object 'Output Description Type'.classProcessDescriptionTypeImplAn implementation of the model object 'Process Description Type'.classProcessSummaryTypeImplAn implementation of the model object 'Process Summary Type'.Methods in net.opengis.wps20.impl that return DescriptionType Modifier and Type Method Description DescriptionTypeWps20FactoryImpl. createDescriptionType()
- 
Uses of DescriptionType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type DescriptionType Modifier and Type Method Description TWps20Switch. caseDescriptionType(DescriptionType object)Returns the result of interpreting the object as an instance of 'Description Type'.booleanWps20Validator. validateDescriptionType(DescriptionType descriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-