Package | Description |
---|---|
org.josef.jdbc |
jdbc related classes.
|
Modifier and Type | Method and Description |
---|---|
static ConstraintType |
ConstraintType.fromString(String code)
Converts the supplied code to the corresponding enumerated value.
|
ConstraintType |
Constraint.getType()
Gets the type of this constraint.
|
static ConstraintType |
ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintType[] |
ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Constraint.setType(ConstraintType type)
Sets the type of this constraint.
|
Copyright © 2008–2018. All rights reserved.