Uses of Interface
org.kuali.rice.kim.api.common.attribute.KimAttributeContract

Packages that use KimAttributeContract
org.kuali.rice.kim.api.common.attribute Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.type Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
 

Uses of KimAttributeContract in org.kuali.rice.kim.api.common.attribute
 

Classes in org.kuali.rice.kim.api.common.attribute that implement KimAttributeContract
 class KimAttribute
          An immutable representation of a KimAttributeContract.
static class KimAttribute.Builder
          This builder constructs an KimAttribute enforcing the constraints of the KimAttributeContract.
 

Methods in org.kuali.rice.kim.api.common.attribute that return KimAttributeContract
 KimAttributeContract KimAttributeDataContract.getKimAttribute()
          The kim attribute associated with the kim attribute data.
 

Methods in org.kuali.rice.kim.api.common.attribute with parameters of type KimAttributeContract
static KimAttribute.Builder KimAttribute.Builder.create(KimAttributeContract contract)
          creates a KimAttribute from an existing KimAttributeContract.
 

Uses of KimAttributeContract in org.kuali.rice.kim.api.type
 

Methods in org.kuali.rice.kim.api.type that return KimAttributeContract
 KimAttributeContract KimTypeAttributeContract.getKimAttribute()
          The kim attribute associated with the kim type attribute.
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.