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