Uses of Interface
org.kuali.rice.kim.api.type.KimTypeContract
Packages that use KimTypeContract
-
Uses of KimTypeContract in org.kuali.rice.kim.api.common.attribute
Methods in org.kuali.rice.kim.api.common.attribute that return KimTypeContractModifier and TypeMethodDescriptionKimAttributeDataContract.getKimType()The kim type associated with the kim attribute data. -
Uses of KimTypeContract in org.kuali.rice.kim.api.type
Classes in org.kuali.rice.kim.api.type that implement KimTypeContractModifier and TypeClassDescriptionfinal classAn immutable representation of aKimTypeContract.static final classThis builder constructs an KimType enforcing the constraints of theKimTypeContract.Methods in org.kuali.rice.kim.api.type with parameters of type KimTypeContractModifier and TypeMethodDescriptionstatic KimType.BuilderKimType.Builder.create(KimTypeContract contract) creates a KimType from an existingKimTypeContract.