Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected TableConstraintType |
TableConstraint.constraintType |
Modifier and Type | Method and Description |
---|---|
static TableConstraintType |
TableConstraintType.fromValue(String v) |
TableConstraintType |
TableConstraint.getConstraintType()
Gets the value of the constraintType property.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TableConstraint.setConstraintType(TableConstraintType value)
Sets the value of the constraintType property.
|
TableConstraint |
TableConstraint.withConstraintType(TableConstraintType value) |
Copyright © 2019. All rights reserved.