Uses of Interface
net.opengis.wps20.DismissType
- 
Packages that use DismissType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of DismissType in net.opengis.wps20Methods in net.opengis.wps20 that return DismissType Modifier and Type Method Description DismissTypeWps20Factory. createDismissType()Returns a new object of class 'Dismiss Type'.DismissTypeDocumentRoot. getDismiss()Returns the value of the 'Dismiss' containment reference.Methods in net.opengis.wps20 with parameters of type DismissType Modifier and Type Method Description voidDocumentRoot. setDismiss(DismissType value)Sets the value of the 'Dismiss' containment reference.
- 
Uses of DismissType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement DismissType Modifier and Type Class Description classDismissTypeImplAn implementation of the model object 'Dismiss Type'.Methods in net.opengis.wps20.impl that return DismissType Modifier and Type Method Description DismissTypeWps20FactoryImpl. createDismissType()DismissTypeDocumentRootImpl. getDismiss()Methods in net.opengis.wps20.impl with parameters of type DismissType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDismiss(DismissType newDismiss, NotificationChain msgs)voidDocumentRootImpl. setDismiss(DismissType newDismiss)
- 
Uses of DismissType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type DismissType Modifier and Type Method Description TWps20Switch. caseDismissType(DismissType object)Returns the result of interpreting the object as an instance of 'Dismiss Type'.booleanWps20Validator. validateDismissType(DismissType dismissType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-