| Interface | Description | 
|---|---|
| LengthOption | 
 Attribute Length validation option. 
 | 
| Class | Description | 
|---|---|
| AttributeLengthValidator | 
 Attribute length validator. 
 | 
| Exact | 
 The attribute length must be equal to a given value. 
 | 
| Max | 
 The attribute length must be less than or equal to the given value. 
 | 
| Min | 
 The attribute length must be more than or equal to the given value. 
 | 
| Range | 
 The attribute length must be between the given minimum and maximum length (inclusive). 
 | 
Copyright © 2020 JavaLite. All rights reserved.