Constraint

Inheritance: java.lang.Object

public abstract class Constraint

Represents a constraint that can be enforced on one or more DataColumn objects.

Constructors

ConstructorDescription
Constraint()

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.lang.StringThe name of the Constraint.