Interface DataTypeConstraint
- All Superinterfaces:
Constraint,Serializable
- All Known Subinterfaces:
LengthConstraint,RangeConstraint
- All Known Implementing Classes:
SimpleConstraint
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 TypeMethodDescriptiongets the type of an attribute definition
-
Method Details
-
getDataType
DataType getDataType()gets the type of an attribute definition- Returns:
- the data type
-