Uses of Interface
org.kuali.rice.kim.api.type.KimTypeAttributeContract
Packages that use KimTypeAttributeContract
-
Uses of KimTypeAttributeContract in org.kuali.rice.kim.api.type
Classes in org.kuali.rice.kim.api.type that implement KimTypeAttributeContractModifier and TypeClassDescriptionfinal classAn immutable representation of aKimTypeAttributeContract.static final classThis builder constructs an KimTypeAttribute enforcing the constraints of theKimTypeAttributeContract.Methods in org.kuali.rice.kim.api.type that return types with arguments of type KimTypeAttributeContractModifier and TypeMethodDescriptionList<? extends KimTypeAttributeContract> KimTypeContract.getAttributeDefinitions()The list of attribute definitions associated with the kim type.Methods in org.kuali.rice.kim.api.type with parameters of type KimTypeAttributeContractModifier and TypeMethodDescriptionstatic KimTypeAttribute.BuilderKimTypeAttribute.Builder.create(KimTypeAttributeContract contract) creates a KimTypeAttribute from an existingKimTypeAttributeContract.