Uses of Interface
net.opengis.wps10.DescribeProcessType
Packages that use DescribeProcessType
Package
Description
-
Uses of DescribeProcessType in net.opengis.wps10
Methods in net.opengis.wps10 that return DescribeProcessTypeModifier and TypeMethodDescriptionWps10Factory.createDescribeProcessType()
Returns a new object of class 'Describe Process Type'.DocumentRoot.getDescribeProcess()
Returns the value of the 'Describe Process' containment reference.Methods in net.opengis.wps10 with parameters of type DescribeProcessTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDescribeProcess
(DescribeProcessType value) Sets the value of the 'Describe Process
' containment reference. -
Uses of DescribeProcessType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DescribeProcessTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Describe Process Type'.Methods in net.opengis.wps10.impl that return DescribeProcessTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createDescribeProcessType()
DocumentRootImpl.getDescribeProcess()
Methods in net.opengis.wps10.impl with parameters of type DescribeProcessTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDescribeProcess
(DescribeProcessType newDescribeProcess, NotificationChain msgs) void
DocumentRootImpl.setDescribeProcess
(DescribeProcessType newDescribeProcess) -
Uses of DescribeProcessType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DescribeProcessTypeModifier and TypeMethodDescriptionWps10Switch.caseDescribeProcessType
(DescribeProcessType object) Returns the result of interpreting the object as an instance of 'Describe Process Type'.boolean
Wps10Validator.validateDescribeProcessType
(DescribeProcessType describeProcessType, DiagnosticChain diagnostics, Map context) -
Uses of DescribeProcessType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DescribeProcessTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateDescribeProcess
(DescribeProcessType value)