Uses of Class
org.kuali.rice.kim.api.common.attribute.KimAttribute.Builder

Packages that use KimAttribute.Builder
org.kuali.rice.kim.api.common.attribute Copyright 2005-2014 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-2014 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 KimAttribute.Builder in org.kuali.rice.kim.api.common.attribute
 

Methods in org.kuali.rice.kim.api.common.attribute that return KimAttribute.Builder
static KimAttribute.Builder KimAttribute.Builder.create(KimAttributeContract contract)
          creates a KimAttribute from an existing KimAttributeContract.
static KimAttribute.Builder KimAttribute.Builder.create(String componentName, String attributeName, String namespaceCode)
          creates a KimAttribute with the required fields.
 KimAttribute.Builder KimAttributeData.Builder.getKimAttribute()
           
 

Methods in org.kuali.rice.kim.api.common.attribute with parameters of type KimAttribute.Builder
 void KimAttributeData.Builder.setKimAttribute(KimAttribute.Builder kimAttribute)
           
 

Uses of KimAttribute.Builder in org.kuali.rice.kim.api.type
 

Methods in org.kuali.rice.kim.api.type that return KimAttribute.Builder
 KimAttribute.Builder KimTypeAttribute.Builder.getKimAttribute()
           
 

Methods in org.kuali.rice.kim.api.type with parameters of type KimAttribute.Builder
 void KimTypeAttribute.Builder.setKimAttribute(KimAttribute.Builder kimAttribute)
           
 



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