Uses of Interface
net.opengis.wps20.ProcessSummaryType
- 
Packages that use ProcessSummaryType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of ProcessSummaryType in net.opengis.wps20Methods in net.opengis.wps20 that return ProcessSummaryType Modifier and Type Method Description ProcessSummaryTypeWps20Factory. createProcessSummaryType()Returns a new object of class 'Process Summary Type'.Methods in net.opengis.wps20 that return types with arguments of type ProcessSummaryType Modifier and Type Method Description EList<ProcessSummaryType>ContentsType. getProcessSummary()Returns the value of the 'Process Summary' containment reference list.
- 
Uses of ProcessSummaryType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement ProcessSummaryType Modifier and Type Class Description classProcessSummaryTypeImplAn implementation of the model object 'Process Summary Type'.Fields in net.opengis.wps20.impl with type parameters of type ProcessSummaryType Modifier and Type Field Description protected EList<ProcessSummaryType>ContentsTypeImpl. processSummaryThe cached value of the 'Process Summary' containment reference list.Methods in net.opengis.wps20.impl that return ProcessSummaryType Modifier and Type Method Description ProcessSummaryTypeWps20FactoryImpl. createProcessSummaryType()Methods in net.opengis.wps20.impl that return types with arguments of type ProcessSummaryType Modifier and Type Method Description EList<ProcessSummaryType>ContentsTypeImpl. getProcessSummary()
- 
Uses of ProcessSummaryType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type ProcessSummaryType Modifier and Type Method Description TWps20Switch. caseProcessSummaryType(ProcessSummaryType object)Returns the result of interpreting the object as an instance of 'Process Summary Type'.booleanWps20Validator. validateProcessSummaryType(ProcessSummaryType processSummaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-