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.wps20
Methods in net.opengis.wps20 that return DismissType Modifier and Type Method Description DismissType
Wps20Factory. createDismissType()
Returns a new object of class 'Dismiss Type'.DismissType
DocumentRoot. getDismiss()
Returns the value of the 'Dismiss' containment reference.Methods in net.opengis.wps20 with parameters of type DismissType Modifier and Type Method Description void
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 DismissType Modifier and Type Class Description class
DismissTypeImpl
An implementation of the model object 'Dismiss Type'.Methods in net.opengis.wps20.impl that return DismissType Modifier and Type Method Description DismissType
Wps20FactoryImpl. createDismissType()
DismissType
DocumentRootImpl. getDismiss()
Methods in net.opengis.wps20.impl with parameters of type DismissType Modifier and Type Method Description NotificationChain
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 DismissType Modifier and Type Method Description T
Wps20Switch. 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)
-