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 interfaceProcessDescriptionTypeA representation of the model object 'Process Description Type'.Methods in net.opengis.wps10 that return ProcessBriefType Modifier and Type Method Description ProcessBriefTypeWps10Factory. createProcessBriefType()Returns a new object of class 'Process Brief Type'.ProcessBriefTypeExecuteResponseType. getProcess()Returns the value of the 'Process' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessBriefType Modifier and Type Method Description voidExecuteResponseType. 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 classProcessBriefTypeImplAn implementation of the model object 'Process Brief Type'.classProcessDescriptionTypeImplAn implementation of the model object 'Process Description Type'.Fields in net.opengis.wps10.impl declared as ProcessBriefType Modifier and Type Field Description protected ProcessBriefTypeExecuteResponseTypeImpl. processThe cached value of the 'Process' containment reference.Methods in net.opengis.wps10.impl that return ProcessBriefType Modifier and Type Method Description ProcessBriefTypeWps10FactoryImpl. createProcessBriefType()ProcessBriefTypeExecuteResponseTypeImpl. getProcess()Methods in net.opengis.wps10.impl with parameters of type ProcessBriefType Modifier and Type Method Description NotificationChainExecuteResponseTypeImpl. basicSetProcess(ProcessBriefType newProcess, NotificationChain msgs)voidExecuteResponseTypeImpl. 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 ObjectWps10Switch. caseProcessBriefType(ProcessBriefType object)Returns the result of interpreting the object as an instance of 'Process Brief Type'.booleanWps10Validator. 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 booleanExecuteResponseTypeValidator. validateProcess(ProcessBriefType value)
-