Constraint
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class Constraint
Represents a constraint that can be enforced on one or more DataColumn objects.
| Constructor | Description |
|---|---|
| Constraint() |
| Method | Description |
|---|---|
| getConstraintName() | The name of a constraint in the ConstraintCollection. |
| setConstraintName(String value) | The name of a constraint in the ConstraintCollection. |
public Constraint()
public String getConstraintName()
The name of a constraint in the ConstraintCollection.
Returns: java.lang.String - The name of the Constraint.
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. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.