Uses of Interface
net.opengis.wps20.GetStatusType
-
Packages that use GetStatusType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of GetStatusType in net.opengis.wps20
Methods in net.opengis.wps20 that return GetStatusType Modifier and Type Method Description GetStatusType
Wps20Factory. createGetStatusType()
Returns a new object of class 'Get Status Type'.GetStatusType
DocumentRoot. getGetStatus()
Returns the value of the 'Get Status' containment reference.Methods in net.opengis.wps20 with parameters of type GetStatusType Modifier and Type Method Description void
DocumentRoot. setGetStatus(GetStatusType value)
Sets the value of the 'Get Status
' containment reference. -
Uses of GetStatusType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement GetStatusType Modifier and Type Class Description class
GetStatusTypeImpl
An implementation of the model object 'Get Status Type'.Methods in net.opengis.wps20.impl that return GetStatusType Modifier and Type Method Description GetStatusType
Wps20FactoryImpl. createGetStatusType()
GetStatusType
DocumentRootImpl. getGetStatus()
Methods in net.opengis.wps20.impl with parameters of type GetStatusType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetStatus(GetStatusType newGetStatus, NotificationChain msgs)
void
DocumentRootImpl. setGetStatus(GetStatusType newGetStatus)
-
Uses of GetStatusType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type GetStatusType Modifier and Type Method Description T
Wps20Switch. caseGetStatusType(GetStatusType object)
Returns the result of interpreting the object as an instance of 'Get Status Type'.boolean
Wps20Validator. validateGetStatusType(GetStatusType getStatusType, DiagnosticChain diagnostics, Map<Object,Object> context)
-