|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constraint.ConstraintType | |
---|---|
net.sourceforge.jdbdump.dump |
Uses of Constraint.ConstraintType in net.sourceforge.jdbdump.dump |
---|
Methods in net.sourceforge.jdbdump.dump that return Constraint.ConstraintType | |
---|---|
Constraint.ConstraintType |
Constraint.getType()
Returns this constraint's type ((see ConstraintType enum). |
static Constraint.ConstraintType |
Constraint.ConstraintType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Constraint.ConstraintType[] |
Constraint.ConstraintType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in net.sourceforge.jdbdump.dump with parameters of type Constraint.ConstraintType | |
---|---|
Constraint(java.lang.String name,
Constraint.ConstraintType type,
java.lang.String fullText)
Creates a new constraint with a given name, type and contents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |