Uses of Interface
net.opengis.wps10.StatusType
Packages that use StatusType
Package
Description
-
Uses of StatusType in net.opengis.wps10
Methods in net.opengis.wps10 that return StatusTypeModifier and TypeMethodDescriptionWps10Factory.createStatusType()Returns a new object of class 'Status Type'.ExecuteResponseType.getStatus()Returns the value of the 'Status' containment reference.Methods in net.opengis.wps10 with parameters of type StatusTypeModifier and TypeMethodDescriptionvoidExecuteResponseType.setStatus(StatusType value) Sets the value of the 'Status' containment reference. -
Uses of StatusType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement StatusTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Status Type'.Fields in net.opengis.wps10.impl declared as StatusTypeModifier and TypeFieldDescriptionprotected StatusTypeExecuteResponseTypeImpl.statusThe cached value of the 'Status' containment reference.Methods in net.opengis.wps10.impl that return StatusTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createStatusType()ExecuteResponseTypeImpl.getStatus()Methods in net.opengis.wps10.impl with parameters of type StatusTypeModifier and TypeMethodDescriptionNotificationChainExecuteResponseTypeImpl.basicSetStatus(StatusType newStatus, NotificationChain msgs) voidExecuteResponseTypeImpl.setStatus(StatusType newStatus) -
Uses of StatusType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type StatusTypeModifier and TypeMethodDescriptionWps10Switch.caseStatusType(StatusType object) Returns the result of interpreting the object as an instance of 'Status Type'.booleanWps10Validator.validateStatusType(StatusType statusType, DiagnosticChain diagnostics, Map context) -
Uses of StatusType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type StatusTypeModifier and TypeMethodDescriptionbooleanExecuteResponseTypeValidator.validateStatus(StatusType value)