Uses of Interface
net.opengis.wps10.ProcessBriefType
Packages that use ProcessBriefType
Package
Description
-
Uses of ProcessBriefType in net.opengis.wps10
Subinterfaces of ProcessBriefType in net.opengis.wps10Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Process Description Type'.Methods in net.opengis.wps10 that return ProcessBriefTypeModifier and TypeMethodDescriptionWps10Factory.createProcessBriefType()
Returns a new object of class 'Process Brief Type'.ExecuteResponseType.getProcess()
Returns the value of the 'Process' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessBriefTypeModifier and TypeMethodDescriptionvoid
ExecuteResponseType.setProcess
(ProcessBriefType value) Sets the value of the 'Process
' containment reference. -
Uses of ProcessBriefType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ProcessBriefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Process Brief Type'.class
An implementation of the model object 'Process Description Type'.Fields in net.opengis.wps10.impl declared as ProcessBriefTypeModifier and TypeFieldDescriptionprotected ProcessBriefType
ExecuteResponseTypeImpl.process
The cached value of the 'Process
' containment reference.Methods in net.opengis.wps10.impl that return ProcessBriefTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createProcessBriefType()
ExecuteResponseTypeImpl.getProcess()
Methods in net.opengis.wps10.impl with parameters of type ProcessBriefTypeModifier and TypeMethodDescriptionNotificationChain
ExecuteResponseTypeImpl.basicSetProcess
(ProcessBriefType newProcess, NotificationChain msgs) void
ExecuteResponseTypeImpl.setProcess
(ProcessBriefType newProcess) -
Uses of ProcessBriefType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ProcessBriefTypeModifier and TypeMethodDescriptionWps10Switch.caseProcessBriefType
(ProcessBriefType object) Returns the result of interpreting the object as an instance of 'Process Brief Type'.boolean
Wps10Validator.validateProcessBriefType
(ProcessBriefType processBriefType, DiagnosticChain diagnostics, Map context) -
Uses of ProcessBriefType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ProcessBriefTypeModifier and TypeMethodDescriptionboolean
ExecuteResponseTypeValidator.validateProcess
(ProcessBriefType value)