Constraintpublic abstract class Constraint extends Object Base class for all constraint types. |
Fields Summary |
---|
private String | nameHolds value of property name. |
Constructors Summary |
---|
protected Constraint(String name)Creates a new Constraint object.
this.name = name;
|
Methods Summary |
---|
public java.lang.String | getName()Getter for property name.
return this.name;
|
|