Uses of Interface
net.opengis.wps20.StatusInfoType
-
Packages that use StatusInfoType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of StatusInfoType in net.opengis.wps20
Methods in net.opengis.wps20 that return StatusInfoType Modifier and Type Method Description StatusInfoTypeWps20Factory. createStatusInfoType()Returns a new object of class 'Status Info Type'.StatusInfoTypeDocumentRoot. getStatusInfo()Returns the value of the 'Status Info' containment reference.Methods in net.opengis.wps20 with parameters of type StatusInfoType Modifier and Type Method Description voidDocumentRoot. setStatusInfo(StatusInfoType value)Sets the value of the 'Status Info' containment reference. -
Uses of StatusInfoType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement StatusInfoType Modifier and Type Class Description classStatusInfoTypeImplAn implementation of the model object 'Status Info Type'.Methods in net.opengis.wps20.impl that return StatusInfoType Modifier and Type Method Description StatusInfoTypeWps20FactoryImpl. createStatusInfoType()StatusInfoTypeDocumentRootImpl. getStatusInfo()Methods in net.opengis.wps20.impl with parameters of type StatusInfoType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetStatusInfo(StatusInfoType newStatusInfo, NotificationChain msgs)voidDocumentRootImpl. setStatusInfo(StatusInfoType newStatusInfo) -
Uses of StatusInfoType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type StatusInfoType Modifier and Type Method Description TWps20Switch. caseStatusInfoType(StatusInfoType object)Returns the result of interpreting the object as an instance of 'Status Info Type'.booleanWps20Validator. validateStatusInfoType(StatusInfoType statusInfoType, DiagnosticChain diagnostics, Map<Object,Object> context)
-