Interface DataTypeConstraint

All Superinterfaces:
Constraint, Serializable
All Known Subinterfaces:
LengthConstraint, RangeConstraint
All Known Implementing Classes:
SimpleConstraint

public interface DataTypeConstraint extends Constraint
A data type constraint is one that enforces a specific data type for an object.
Since:
1.1
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    org.kuali.rice.core.api.data.DataType
    gets the type of an attribute definition
  • Method Details

    • getDataType

      org.kuali.rice.core.api.data.DataType getDataType()
      gets the type of an attribute definition
      Returns:
      the data type