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 StatusInfoType
Wps20Factory. createStatusInfoType()
Returns a new object of class 'Status Info Type'.StatusInfoType
DocumentRoot. 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 void
DocumentRoot. 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 class
StatusInfoTypeImpl
An implementation of the model object 'Status Info Type'.Methods in net.opengis.wps20.impl that return StatusInfoType Modifier and Type Method Description StatusInfoType
Wps20FactoryImpl. createStatusInfoType()
StatusInfoType
DocumentRootImpl. getStatusInfo()
Methods in net.opengis.wps20.impl with parameters of type StatusInfoType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetStatusInfo(StatusInfoType newStatusInfo, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Wps20Switch. caseStatusInfoType(StatusInfoType object)
Returns the result of interpreting the object as an instance of 'Status Info Type'.boolean
Wps20Validator. validateStatusInfoType(StatusInfoType statusInfoType, DiagnosticChain diagnostics, Map<Object,Object> context)
-