A interface for something that is constrained by various criteria
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | applyConstraint(java.lang.String constraintName, java.lang.Object constrainingValue) | 
|  | java.lang.String | getFormat() | 
|  | java.util.List | getInList()@return Constrains the be within the list of given values | 
|  | java.lang.String | getMatches() | 
|  | java.lang.Comparable | getMax()@return Returns the maximum possible value. | 
|  | java.lang.Integer | getMaxSize() | 
|  | java.lang.Comparable | getMin()@return Returns the minimum possible value. | 
|  | java.lang.Integer | getMinSize() | 
|  | java.lang.Object | getNotEqual() | 
|  | int | getOrder() | 
|  | java.lang.Class | getOwner() | 
|  | java.lang.Class<?> | getPropertyType()@return Returns the propertyType. | 
|  | groovy.lang.Range | getRange()@return Constrains the be within the range of given values | 
|  | java.lang.Integer | getScale() | 
|  | groovy.lang.Range | getSize() | 
|  | boolean | hasAppliedConstraint(java.lang.String constraintName)@param constraintName The name of the constraint to check | 
|  | boolean | isBlank() | 
|  | boolean | isCreditCard() | 
|  | boolean | isDisplay() | 
|  | boolean | isEditable() | 
|  | boolean | isEmail() | 
|  | boolean | isNullable() | 
|  | boolean | isPassword() | 
|  | boolean | isUrl() | 
|  | boolean | supportsContraint(java.lang.String constraintName) | 
constraintName -  The name of the constraint to check