Uses of Interface
net.opengis.wps10.StatusType
-
Packages that use StatusType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of StatusType in net.opengis.wps10
Methods in net.opengis.wps10 that return StatusType Modifier and Type Method Description StatusType
Wps10Factory. createStatusType()
Returns a new object of class 'Status Type'.StatusType
ExecuteResponseType. getStatus()
Returns the value of the 'Status' containment reference.Methods in net.opengis.wps10 with parameters of type StatusType Modifier and Type Method Description void
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 StatusType Modifier and Type Class Description class
StatusTypeImpl
An implementation of the model object 'Status Type'.Fields in net.opengis.wps10.impl declared as StatusType Modifier and Type Field Description protected StatusType
ExecuteResponseTypeImpl. status
The cached value of the 'Status
' containment reference.Methods in net.opengis.wps10.impl that return StatusType Modifier and Type Method Description StatusType
Wps10FactoryImpl. createStatusType()
StatusType
ExecuteResponseTypeImpl. getStatus()
Methods in net.opengis.wps10.impl with parameters of type StatusType Modifier and Type Method Description NotificationChain
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 StatusType Modifier and Type Method Description Object
Wps10Switch. 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 StatusType Modifier and Type Method Description boolean
ExecuteResponseTypeValidator. validateStatus(StatusType value)
-