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