public interface RangeConstraint extends DataTypeConstraint
This range can be numeric or it can be a date.
| Modifier and Type | Method and Description | 
|---|---|
| String | getExclusiveMin()Determines the minimum value of the field | 
| String | getInclusiveMax()Determines the maximum value of the field | 
getDataTypeString getInclusiveMax()
The inclusiveMax element determines the maximum allowable value for data entry editing purposes. Value can be an integer or decimal value such as -.001 or 99.
String getExclusiveMin()
The exclusiveMin element determines the minimum allowable value for data entry editing purposes. Value can be an integer or decimal value such as -.001 or 99.
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.