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 TypeMethodDescriptionvoid
ExecuteResponseType.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 TypeClassDescriptionclass
An implementation of the model object 'Status Type'.Fields in net.opengis.wps10.impl declared as StatusTypeModifier and TypeFieldDescriptionprotected StatusType
ExecuteResponseTypeImpl.status
The 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 TypeMethodDescriptionNotificationChain
ExecuteResponseTypeImpl.basicSetStatus
(StatusType newStatus, NotificationChain msgs) void
ExecuteResponseTypeImpl.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'.boolean
Wps10Validator.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 TypeMethodDescriptionboolean
ExecuteResponseTypeValidator.validateStatus
(StatusType value)