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 ProcessDescriptionType
Wps20Factory. createProcessDescriptionType()
Returns a new object of class 'Process Description Type'.ProcessDescriptionType
DocumentRoot. getProcess()
Returns the value of the 'Process' containment reference.ProcessDescriptionType
ProcessOfferingType. getProcess()
Returns the value of the 'Process' containment reference.Methods in net.opengis.wps20 with parameters of type ProcessDescriptionType Modifier and Type Method Description void
DocumentRoot. setProcess(ProcessDescriptionType value)
Sets the value of the 'Process
' containment reference.void
ProcessOfferingType. 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 class
ProcessDescriptionTypeImpl
An implementation of the model object 'Process Description Type'.Fields in net.opengis.wps20.impl declared as ProcessDescriptionType Modifier and Type Field Description protected ProcessDescriptionType
ProcessOfferingTypeImpl. process
The cached value of the 'Process
' containment reference.Methods in net.opengis.wps20.impl that return ProcessDescriptionType Modifier and Type Method Description ProcessDescriptionType
Wps20FactoryImpl. createProcessDescriptionType()
ProcessDescriptionType
DocumentRootImpl. getProcess()
ProcessDescriptionType
ProcessOfferingTypeImpl. getProcess()
Methods in net.opengis.wps20.impl with parameters of type ProcessDescriptionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetProcess(ProcessDescriptionType newProcess, NotificationChain msgs)
NotificationChain
ProcessOfferingTypeImpl. basicSetProcess(ProcessDescriptionType newProcess, NotificationChain msgs)
void
DocumentRootImpl. setProcess(ProcessDescriptionType newProcess)
void
ProcessOfferingTypeImpl. 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 T
Wps20Switch. caseProcessDescriptionType(ProcessDescriptionType object)
Returns the result of interpreting the object as an instance of 'Process Description Type'.boolean
Wps20Validator. validateProcessDescriptionType(ProcessDescriptionType processDescriptionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-