Uses of Interface
net.opengis.wps10.DescribeProcessType
-
Packages that use DescribeProcessType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of DescribeProcessType in net.opengis.wps10
Methods in net.opengis.wps10 that return DescribeProcessType Modifier and Type Method Description DescribeProcessTypeWps10Factory. createDescribeProcessType()Returns a new object of class 'Describe Process Type'.DescribeProcessTypeDocumentRoot. getDescribeProcess()Returns the value of the 'Describe Process' containment reference.Methods in net.opengis.wps10 with parameters of type DescribeProcessType Modifier and Type Method Description voidDocumentRoot. 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 DescribeProcessType Modifier and Type Class Description classDescribeProcessTypeImplAn implementation of the model object 'Describe Process Type'.Methods in net.opengis.wps10.impl that return DescribeProcessType Modifier and Type Method Description DescribeProcessTypeWps10FactoryImpl. createDescribeProcessType()DescribeProcessTypeDocumentRootImpl. getDescribeProcess()Methods in net.opengis.wps10.impl with parameters of type DescribeProcessType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDescribeProcess(DescribeProcessType newDescribeProcess, NotificationChain msgs)voidDocumentRootImpl. setDescribeProcess(DescribeProcessType newDescribeProcess) -
Uses of DescribeProcessType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DescribeProcessType Modifier and Type Method Description ObjectWps10Switch. caseDescribeProcessType(DescribeProcessType object)Returns the result of interpreting the object as an instance of 'Describe Process Type'.booleanWps10Validator. 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 DescribeProcessType Modifier and Type Method Description booleanDocumentRootValidator. validateDescribeProcess(DescribeProcessType value)
-