Uses of Interface
net.opengis.wps20.DismissType
Packages that use DismissType
-
Uses of DismissType in net.opengis.wps20
Methods in net.opengis.wps20 that return DismissTypeModifier and TypeMethodDescriptionWps20Factory.createDismissType()
Returns a new object of class 'Dismiss Type'.DocumentRoot.getDismiss()
Returns the value of the 'Dismiss' containment reference.Methods in net.opengis.wps20 with parameters of type DismissTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDismiss
(DismissType value) Sets the value of the 'Dismiss
' containment reference. -
Uses of DismissType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DismissTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Dismiss Type'.Methods in net.opengis.wps20.impl that return DismissTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createDismissType()
DocumentRootImpl.getDismiss()
Methods in net.opengis.wps20.impl with parameters of type DismissTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDismiss
(DismissType newDismiss, NotificationChain msgs) void
DocumentRootImpl.setDismiss
(DismissType newDismiss) -
Uses of DismissType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DismissTypeModifier and TypeMethodDescriptionWps20Switch.caseDismissType
(DismissType object) Returns the result of interpreting the object as an instance of 'Dismiss Type'.boolean
Wps20Validator.validateDismissType
(DismissType dismissType, DiagnosticChain diagnostics, Map<Object, Object> context)