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.wps20
Methods in net.opengis.wps20 that return ProcessSummaryType Modifier and Type Method Description ProcessSummaryType
Wps20Factory. 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.impl
Classes in net.opengis.wps20.impl that implement ProcessSummaryType Modifier and Type Class Description class
ProcessSummaryTypeImpl
An 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. processSummary
The cached value of the 'Process Summary
' containment reference list.Methods in net.opengis.wps20.impl that return ProcessSummaryType Modifier and Type Method Description ProcessSummaryType
Wps20FactoryImpl. 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.util
Methods in net.opengis.wps20.util with parameters of type ProcessSummaryType Modifier and Type Method Description T
Wps20Switch. caseProcessSummaryType(ProcessSummaryType object)
Returns the result of interpreting the object as an instance of 'Process Summary Type'.boolean
Wps20Validator. validateProcessSummaryType(ProcessSummaryType processSummaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-