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 RoutineTypeRoutine. routineTypeMethods in org.jooq.util.xml.jaxb that return RoutineType Modifier and Type Method Description static RoutineTypeRoutineType. fromValue(String v)RoutineTypeRoutine. getRoutineType()static RoutineTypeRoutineType. 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 voidRoutine. setRoutineType(RoutineType value)RoutineRoutine. withRoutineType(RoutineType value)
-