Uses of Class
org.jooq.util.xml.jaxb.RoutineType
-
Packages that use RoutineType Package Description org.jooq.util.xml.jaxb -
-
Uses of RoutineType in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb declared as RoutineType Modifier and Type Field Description protected RoutineType
Routine. routineType
Methods in org.jooq.util.xml.jaxb that return RoutineType Modifier and Type Method Description static RoutineType
RoutineType. fromValue(String v)
RoutineType
Routine. getRoutineType()
static RoutineType
RoutineType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoutineType[]
RoutineType. 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 RoutineType Modifier and Type Method Description void
Routine. setRoutineType(RoutineType value)
Routine
Routine. withRoutineType(RoutineType value)
-