org.kuali.rice.krad.datadictionary.validation.constraint
Interface LengthConstraint

All Superinterfaces:
Constraint, DataTypeConstraint, Serializable
All Known Subinterfaces:
LengthConstrainable
All Known Implementing Classes:
AttributeDefinition, ExternalizableAttributeDefinitionProxy, InputField, KimAttributeDefinition, LookupInputField, SimpleConstraint

public interface LengthConstraint
extends DataTypeConstraint

A length constraint is one that restricts the length of a string to some predefined maximum (and/or minimum).

Since:
1.1
Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 Integer getMaxLength()
           
 Integer getMinLength()
           
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.validation.constraint.DataTypeConstraint
getDataType
 

Method Detail

getMaxLength

Integer getMaxLength()

getMinLength

Integer getMinLength()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.