Uses of Enum Class
org.jooq.util.xml.jaxb.ParameterMode
Packages that use ParameterMode
-
Uses of ParameterMode in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb declared as ParameterModeMethods in org.jooq.util.xml.jaxb that return ParameterModeModifier and TypeMethodDescriptionstatic ParameterMode
Parameter.getParameterMode()
static ParameterMode
Returns the enum constant of this class with the specified name.static ParameterMode[]
ParameterMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.util.xml.jaxb with parameters of type ParameterModeModifier and TypeMethodDescriptionvoid
Parameter.setParameterMode
(ParameterMode value) Parameter.withParameterMode
(ParameterMode value)