Uses of Class
org.jooq.util.xml.jaxb.ParameterMode
-
Packages that use ParameterMode Package Description org.jooq.util.xml.jaxb -
-
Uses of ParameterMode in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb declared as ParameterMode Modifier and Type Field Description protected ParameterMode
Parameter. parameterMode
Methods in org.jooq.util.xml.jaxb that return ParameterMode Modifier and Type Method Description static ParameterMode
ParameterMode. fromValue(String v)
ParameterMode
Parameter. getParameterMode()
static ParameterMode
ParameterMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParameterMode[]
ParameterMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.util.xml.jaxb with parameters of type ParameterMode Modifier and Type Method Description void
Parameter. setParameterMode(ParameterMode value)
Parameter
Parameter. withParameterMode(ParameterMode value)
-