Uses of Interface
net.opengis.wps10.ProcessBriefType
-
Packages that use ProcessBriefType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ProcessBriefType in net.opengis.wps10
Subinterfaces of ProcessBriefType in net.opengis.wps10 Modifier and Type Interface Description interface
ProcessDescriptionType
A representation of the model object 'Process Description Type'.Methods in net.opengis.wps10 that return ProcessBriefType Modifier and Type Method Description ProcessBriefType
Wps10Factory. createProcessBriefType()
Returns a new object of class 'Process Brief Type'.ProcessBriefType
ExecuteResponseType. getProcess()
Returns the value of the 'Process' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessBriefType Modifier and Type Method Description void
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 ProcessBriefType Modifier and Type Class Description class
ProcessBriefTypeImpl
An implementation of the model object 'Process Brief Type'.class
ProcessDescriptionTypeImpl
An implementation of the model object 'Process Description Type'.Fields in net.opengis.wps10.impl declared as ProcessBriefType Modifier and Type Field Description protected ProcessBriefType
ExecuteResponseTypeImpl. process
The cached value of the 'Process
' containment reference.Methods in net.opengis.wps10.impl that return ProcessBriefType Modifier and Type Method Description ProcessBriefType
Wps10FactoryImpl. createProcessBriefType()
ProcessBriefType
ExecuteResponseTypeImpl. getProcess()
Methods in net.opengis.wps10.impl with parameters of type ProcessBriefType Modifier and Type Method Description NotificationChain
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 ProcessBriefType Modifier and Type Method Description Object
Wps10Switch. 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 ProcessBriefType Modifier and Type Method Description boolean
ExecuteResponseTypeValidator. validateProcess(ProcessBriefType value)
-