Uses of Interface
net.opengis.wps20.DescribeProcessType
-
Packages that use DescribeProcessType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of DescribeProcessType in net.opengis.wps20
Methods in net.opengis.wps20 that return DescribeProcessType Modifier and Type Method Description DescribeProcessType
Wps20Factory. createDescribeProcessType()
Returns a new object of class 'Describe Process Type'.DescribeProcessType
DocumentRoot. getDescribeProcess()
Returns the value of the 'Describe Process' containment reference.Methods in net.opengis.wps20 with parameters of type DescribeProcessType Modifier and Type Method Description void
DocumentRoot. setDescribeProcess(DescribeProcessType value)
Sets the value of the 'Describe Process
' containment reference. -
Uses of DescribeProcessType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DescribeProcessType Modifier and Type Class Description class
DescribeProcessTypeImpl
An implementation of the model object 'Describe Process Type'.Methods in net.opengis.wps20.impl that return DescribeProcessType Modifier and Type Method Description DescribeProcessType
Wps20FactoryImpl. createDescribeProcessType()
DescribeProcessType
DocumentRootImpl. getDescribeProcess()
Methods in net.opengis.wps20.impl with parameters of type DescribeProcessType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDescribeProcess(DescribeProcessType newDescribeProcess, NotificationChain msgs)
void
DocumentRootImpl. setDescribeProcess(DescribeProcessType newDescribeProcess)
-
Uses of DescribeProcessType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DescribeProcessType Modifier and Type Method Description T
Wps20Switch. caseDescribeProcessType(DescribeProcessType object)
Returns the result of interpreting the object as an instance of 'Describe Process Type'.boolean
Wps20Validator. validateDescribeProcessType(DescribeProcessType describeProcessType, DiagnosticChain diagnostics, Map<Object,Object> context)
-