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 StatusTypeWps10Factory. createStatusType()Returns a new object of class 'Status Type'.StatusTypeExecuteResponseType. getStatus()Returns the value of the 'Status' containment reference.Methods in net.opengis.wps10 with parameters of type StatusType Modifier and Type Method Description voidExecuteResponseType. 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 classStatusTypeImplAn implementation of the model object 'Status Type'.Fields in net.opengis.wps10.impl declared as StatusType Modifier and Type Field Description protected StatusTypeExecuteResponseTypeImpl. statusThe cached value of the 'Status' containment reference.Methods in net.opengis.wps10.impl that return StatusType Modifier and Type Method Description StatusTypeWps10FactoryImpl. createStatusType()StatusTypeExecuteResponseTypeImpl. getStatus()Methods in net.opengis.wps10.impl with parameters of type StatusType Modifier and Type Method Description NotificationChainExecuteResponseTypeImpl. 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 StatusType Modifier and Type Method Description ObjectWps10Switch. 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 StatusType Modifier and Type Method Description booleanExecuteResponseTypeValidator. validateStatus(StatusType value)
-