Uses of Interface
net.opengis.wps10.ProcessFailedType
-
Packages that use ProcessFailedType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ProcessFailedType in net.opengis.wps10
Methods in net.opengis.wps10 that return ProcessFailedType Modifier and Type Method Description ProcessFailedType
Wps10Factory. createProcessFailedType()
Returns a new object of class 'Process Failed Type'.ProcessFailedType
StatusType. getProcessFailed()
Returns the value of the 'Process Failed' containment reference.Methods in net.opengis.wps10 with parameters of type ProcessFailedType Modifier and Type Method Description void
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 ProcessFailedType Modifier and Type Class Description class
ProcessFailedTypeImpl
An implementation of the model object 'Process Failed Type'.Fields in net.opengis.wps10.impl declared as ProcessFailedType Modifier and Type Field Description protected ProcessFailedType
StatusTypeImpl. processFailed
The cached value of the 'Process Failed
' containment reference.Methods in net.opengis.wps10.impl that return ProcessFailedType Modifier and Type Method Description ProcessFailedType
Wps10FactoryImpl. createProcessFailedType()
ProcessFailedType
StatusTypeImpl. getProcessFailed()
Methods in net.opengis.wps10.impl with parameters of type ProcessFailedType Modifier and Type Method Description NotificationChain
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 ProcessFailedType Modifier and Type Method Description Object
Wps10Switch. 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 ProcessFailedType Modifier and Type Method Description boolean
StatusTypeValidator. validateProcessFailed(ProcessFailedType value)
-