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 ProcessDescriptionsType
Wps10Factory. createProcessDescriptionsType()
Returns a new object of class 'Process Descriptions Type'.ProcessDescriptionsType
DocumentRoot. 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 void
DocumentRoot. 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 class
ProcessDescriptionsTypeImpl
An implementation of the model object 'Process Descriptions Type'.Methods in net.opengis.wps10.impl that return ProcessDescriptionsType Modifier and Type Method Description ProcessDescriptionsType
Wps10FactoryImpl. createProcessDescriptionsType()
ProcessDescriptionsType
DocumentRootImpl. getProcessDescriptions()
Methods in net.opengis.wps10.impl with parameters of type ProcessDescriptionsType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetProcessDescriptions(ProcessDescriptionsType newProcessDescriptions, NotificationChain msgs)
void
DocumentRootImpl. 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 Object
Wps10Switch. caseProcessDescriptionsType(ProcessDescriptionsType object)
Returns the result of interpreting the object as an instance of 'Process Descriptions Type'.boolean
Wps10Validator. 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 boolean
DocumentRootValidator. validateProcessDescriptions(ProcessDescriptionsType value)
-