Uses of Interface
net.opengis.wps10.ProcessDescriptionsType
-
Packages that use ProcessDescriptionsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ProcessDescriptionsType in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessDescriptionsType Modifier and Type Method Description ProcessDescriptionsTypeWps10Factory. createProcessDescriptionsType()Returns a new object of class 'Process Descriptions Type'.ProcessDescriptionsTypeDocumentRoot. getProcessDescriptions()Returns the value of the 'Process Descriptions' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessDescriptionsType Modifier and Type Method Description voidDocumentRoot. setProcessDescriptions(ProcessDescriptionsType value)Sets the value of the 'Process Descriptions' containment reference. -
Uses of ProcessDescriptionsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ProcessDescriptionsType Modifier and Type Class Description classProcessDescriptionsTypeImplAn implementation of the model object 'Process Descriptions Type'.Methods in net.opengis.wps10.impl that return ProcessDescriptionsType Modifier and Type Method Description ProcessDescriptionsTypeWps10FactoryImpl. createProcessDescriptionsType()ProcessDescriptionsTypeDocumentRootImpl. getProcessDescriptions()Methods in net.opengis.wps10.impl with parameters of type ProcessDescriptionsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetProcessDescriptions(ProcessDescriptionsType newProcessDescriptions, NotificationChain msgs)voidDocumentRootImpl. setProcessDescriptions(ProcessDescriptionsType newProcessDescriptions) -
Uses of ProcessDescriptionsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ProcessDescriptionsType Modifier and Type Method Description ObjectWps10Switch. caseProcessDescriptionsType(ProcessDescriptionsType object)Returns the result of interpreting the object as an instance of 'Process Descriptions Type'.booleanWps10Validator. validateProcessDescriptionsType(ProcessDescriptionsType processDescriptionsType, DiagnosticChain diagnostics, Map context) -
Uses of ProcessDescriptionsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ProcessDescriptionsType Modifier and Type Method Description booleanDocumentRootValidator. validateProcessDescriptions(ProcessDescriptionsType value)
-