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.wps20Methods in net.opengis.wps20 that return GetStatusType Modifier and Type Method Description GetStatusTypeWps20Factory. createGetStatusType()Returns a new object of class 'Get Status Type'.GetStatusTypeDocumentRoot. 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 voidDocumentRoot. setGetStatus(GetStatusType value)Sets the value of the 'Get Status' containment reference.
- 
Uses of GetStatusType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement GetStatusType Modifier and Type Class Description classGetStatusTypeImplAn implementation of the model object 'Get Status Type'.Methods in net.opengis.wps20.impl that return GetStatusType Modifier and Type Method Description GetStatusTypeWps20FactoryImpl. createGetStatusType()GetStatusTypeDocumentRootImpl. getGetStatus()Methods in net.opengis.wps20.impl with parameters of type GetStatusType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetStatus(GetStatusType newGetStatus, NotificationChain msgs)voidDocumentRootImpl. setGetStatus(GetStatusType newGetStatus)
- 
Uses of GetStatusType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type GetStatusType Modifier and Type Method Description TWps20Switch. caseGetStatusType(GetStatusType object)Returns the result of interpreting the object as an instance of 'Get Status Type'.booleanWps20Validator. validateGetStatusType(GetStatusType getStatusType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-