|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RangeConstraint
A range constraint that restricts a value to a specified range
This range can be numeric or it can be a date.
Method Summary | |
---|---|
String |
getExclusiveMin()
Determines the minimum value of the field |
String |
getInclusiveMax()
Determines the maximum value of the field |
Methods inherited from interface org.kuali.rice.krad.datadictionary.validation.constraint.DataTypeConstraint |
---|
getDataType |
Method Detail |
---|
String 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |