Constraint
Inheritance: java.lang.Object
public abstract class Constraint
Represents a constraint that can be enforced on one or more DataColumn objects.
Constructors
Constructor | Description |
---|---|
Constraint() |
Methods
Method | Description |
---|---|
getConstraintName() | The name of a constraint in the ConstraintCollection. |
setConstraintName(String value) | The name of a constraint in the ConstraintCollection. |
Constraint()
public Constraint()
getConstraintName()
public String getConstraintName()
The name of a constraint in the ConstraintCollection.
Returns: java.lang.String - The name of the Constraint.
setConstraintName(String value)
public void setConstraintName(String value)
The name of a constraint in the ConstraintCollection.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The name of the Constraint. |