Uses of Enum Class
org.jooq.util.xml.jaxb.RoutineType
Packages that use RoutineType
-
Uses of RoutineType in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb declared as RoutineTypeMethods in org.jooq.util.xml.jaxb that return RoutineTypeModifier and TypeMethodDescriptionstatic RoutineType
Routine.getRoutineType()
static RoutineType
Returns the enum constant of this class with the specified name.static RoutineType[]
RoutineType.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 RoutineTypeModifier and TypeMethodDescriptionvoid
Routine.setRoutineType
(RoutineType value) Routine.withRoutineType
(RoutineType value)