Uses of Interface
net.opengis.wps20.ProcessDescriptionType
-
Packages that use ProcessDescriptionType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of ProcessDescriptionType in net.opengis.wps20
Methods in net.opengis.wps20 that return ProcessDescriptionType Modifier and Type Method Description ProcessDescriptionTypeWps20Factory. createProcessDescriptionType()Returns a new object of class 'Process Description Type'.ProcessDescriptionTypeDocumentRoot. getProcess()Returns the value of the 'Process' containment reference.ProcessDescriptionTypeProcessOfferingType. getProcess()Returns the value of the 'Process' containment reference.Methods in net.opengis.wps20 with parameters of type ProcessDescriptionType Modifier and Type Method Description voidDocumentRoot. setProcess(ProcessDescriptionType value)Sets the value of the 'Process' containment reference.voidProcessOfferingType. setProcess(ProcessDescriptionType value)Sets the value of the 'Process' containment reference. -
Uses of ProcessDescriptionType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ProcessDescriptionType Modifier and Type Class Description classProcessDescriptionTypeImplAn implementation of the model object 'Process Description Type'.Fields in net.opengis.wps20.impl declared as ProcessDescriptionType Modifier and Type Field Description protected ProcessDescriptionTypeProcessOfferingTypeImpl. processThe cached value of the 'Process' containment reference.Methods in net.opengis.wps20.impl that return ProcessDescriptionType Modifier and Type Method Description ProcessDescriptionTypeWps20FactoryImpl. createProcessDescriptionType()ProcessDescriptionTypeDocumentRootImpl. getProcess()ProcessDescriptionTypeProcessOfferingTypeImpl. getProcess()Methods in net.opengis.wps20.impl with parameters of type ProcessDescriptionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetProcess(ProcessDescriptionType newProcess, NotificationChain msgs)NotificationChainProcessOfferingTypeImpl. basicSetProcess(ProcessDescriptionType newProcess, NotificationChain msgs)voidDocumentRootImpl. setProcess(ProcessDescriptionType newProcess)voidProcessOfferingTypeImpl. setProcess(ProcessDescriptionType newProcess) -
Uses of ProcessDescriptionType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ProcessDescriptionType Modifier and Type Method Description TWps20Switch. caseProcessDescriptionType(ProcessDescriptionType object)Returns the result of interpreting the object as an instance of 'Process Description Type'.booleanWps20Validator. validateProcessDescriptionType(ProcessDescriptionType processDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-