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 TableConstraintTypeTableConstraint. constraintTypeMethods in org.jooq.util.xml.jaxb that return TableConstraintType Modifier and Type Method Description static TableConstraintTypeTableConstraintType. fromValue(String v)TableConstraintTypeTableConstraint. getConstraintType()static TableConstraintTypeTableConstraintType. 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 voidTableConstraint. setConstraintType(TableConstraintType value)TableConstraintTableConstraint. withConstraintType(TableConstraintType value)
-