Uses of Interface
net.opengis.wps10.ProcessFailedType
Packages that use ProcessFailedType
Package
Description
-
Uses of ProcessFailedType in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessFailedTypeModifier and TypeMethodDescriptionWps10Factory.createProcessFailedType()
Returns a new object of class 'Process Failed Type'.StatusType.getProcessFailed()
Returns the value of the 'Process Failed' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessFailedTypeModifier and TypeMethodDescriptionvoid
StatusType.setProcessFailed
(ProcessFailedType value) Sets the value of the 'Process Failed
' containment reference. -
Uses of ProcessFailedType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ProcessFailedTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Process Failed Type'.Fields in net.opengis.wps10.impl declared as ProcessFailedTypeModifier and TypeFieldDescriptionprotected ProcessFailedType
StatusTypeImpl.processFailed
The cached value of the 'Process Failed
' containment reference.Methods in net.opengis.wps10.impl that return ProcessFailedTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createProcessFailedType()
StatusTypeImpl.getProcessFailed()
Methods in net.opengis.wps10.impl with parameters of type ProcessFailedTypeModifier and TypeMethodDescriptionNotificationChain
StatusTypeImpl.basicSetProcessFailed
(ProcessFailedType newProcessFailed, NotificationChain msgs) void
StatusTypeImpl.setProcessFailed
(ProcessFailedType newProcessFailed) -
Uses of ProcessFailedType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ProcessFailedTypeModifier and TypeMethodDescriptionWps10Switch.caseProcessFailedType
(ProcessFailedType object) Returns the result of interpreting the object as an instance of 'Process Failed Type'.boolean
Wps10Validator.validateProcessFailedType
(ProcessFailedType processFailedType, DiagnosticChain diagnostics, Map context) -
Uses of ProcessFailedType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ProcessFailedTypeModifier and TypeMethodDescriptionboolean
StatusTypeValidator.validateProcessFailed
(ProcessFailedType value)