Uses of Enum Class
org.jooq.util.xml.jaxb.TableType
Packages that use TableType
-
Uses of TableType in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb declared as TableTypeMethods in org.jooq.util.xml.jaxb that return TableTypeModifier and TypeMethodDescriptionstatic TableTypeTable.getTableType()static TableTypeReturns the enum constant of this class with the specified name.static TableType[]TableType.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 TableTypeModifier and TypeMethodDescriptionvoidTable.setTableType(TableType value) Table.withTableType(TableType value)