public interface LengthConstraint extends DataTypeConstraint
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxLength()
Determines the maximum size of the field
|
Integer |
getMinLength()
Determines the minimum size of the field
|
getDataType
Integer getMaxLength()
The maximum size is used for data entry, data edit and display purposes.
Integer getMinLength()
The minimum size is used for data entry, data edit and display purposes.
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.