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 TableTypeTable. tableTypeMethods in org.jooq.util.xml.jaxb that return TableType Modifier and Type Method Description static TableTypeTableType. fromValue(String v)TableTypeTable. getTableType()static TableTypeTableType. 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 voidTable. setTableType(TableType value)TableTable. withTableType(TableType value)
-