public abstract class Constraint
extends java.lang.Object
DataColumn
objects.Constructor and Description |
---|
Constraint() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConstraintName()
The name of a constraint in the
ConstraintCollection . |
void |
setConstraintName(java.lang.String value)
The name of a constraint in the
ConstraintCollection . |
public java.lang.String getConstraintName()
ConstraintCollection
.Constraint
.public void setConstraintName(java.lang.String value)
ConstraintCollection
.value
- The name of the Constraint
.