Package org.kuali.rice.kim.api.type
Interface KimAttributeFieldContract
- All Superinterfaces:
Identifiable
- All Known Implementing Classes:
KimAttributeField,KimAttributeField.Builder
An dynamic attribute for kim.
-
Method Summary
Modifier and TypeMethodDescriptionGets the attribute field definition.booleanisUnique()Whether the attribute is a "unique" attribute according to KIMMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
-
Method Details
-
getAttributeField
RemotableAttributeFieldContract getAttributeField()Gets the attribute field definition. Cannot be null.- Returns:
- the field
-
isUnique
boolean isUnique()Whether the attribute is a "unique" attribute according to KIM- Returns:
- unique status
-