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.wps10Methods in net.opengis.wps10 that return ProcessFailedType Modifier and Type Method Description ProcessFailedTypeWps10Factory. createProcessFailedType()Returns a new object of class 'Process Failed Type'.ProcessFailedTypeStatusType. 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 voidStatusType. setProcessFailed(ProcessFailedType value)Sets the value of the 'Process Failed' containment reference.
- 
Uses of ProcessFailedType in net.opengis.wps10.implClasses in net.opengis.wps10.impl that implement ProcessFailedType Modifier and Type Class Description classProcessFailedTypeImplAn implementation of the model object 'Process Failed Type'.Fields in net.opengis.wps10.impl declared as ProcessFailedType Modifier and Type Field Description protected ProcessFailedTypeStatusTypeImpl. processFailedThe cached value of the 'Process Failed' containment reference.Methods in net.opengis.wps10.impl that return ProcessFailedType Modifier and Type Method Description ProcessFailedTypeWps10FactoryImpl. createProcessFailedType()ProcessFailedTypeStatusTypeImpl. getProcessFailed()Methods in net.opengis.wps10.impl with parameters of type ProcessFailedType Modifier and Type Method Description NotificationChainStatusTypeImpl. basicSetProcessFailed(ProcessFailedType newProcessFailed, NotificationChain msgs)voidStatusTypeImpl. setProcessFailed(ProcessFailedType newProcessFailed)
- 
Uses of ProcessFailedType in net.opengis.wps10.utilMethods in net.opengis.wps10.util with parameters of type ProcessFailedType Modifier and Type Method Description ObjectWps10Switch. caseProcessFailedType(ProcessFailedType object)Returns the result of interpreting the object as an instance of 'Process Failed Type'.booleanWps10Validator. validateProcessFailedType(ProcessFailedType processFailedType, DiagnosticChain diagnostics, Map context)
- 
Uses of ProcessFailedType in net.opengis.wps10.validationMethods in net.opengis.wps10.validation with parameters of type ProcessFailedType Modifier and Type Method Description booleanStatusTypeValidator. validateProcessFailed(ProcessFailedType value)
 
-