com.ca.jcs.validator.attr
Class LengthAttributeValidator
java.lang.Object
com.ca.jcs.validator.attr.AttributeValueValidator
com.ca.jcs.validator.attr.LengthAttributeValidator
- All Implemented Interfaces:
- AttributeValidator
public class LengthAttributeValidator
- extends AttributeValueValidator
Validate single or multiple values stored for an attribute fall within a
specified range.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LengthAttributeValidator
public LengthAttributeValidator(Comparable min,
Comparable max)
LengthAttributeValidator
public LengthAttributeValidator(Comparable min,
Comparable max,
boolean sensitive,
String paddingCharacter)
Created 2011-07-14 13:27 EST