Coverage Report - org.kuali.rice.core.api.uif.AttributeLookupConfiguration
 
Classes in this File Line Coverage Branch Coverage Complexity
AttributeLookupConfiguration
N/A
N/A
0
 
 1  
 package org.kuali.rice.core.api.uif;
 2  
 
 3  
 /**
 4  
  * Defines additional configuration information for an attribute which relates to how lookups that use the attribute
 5  
  * behave.  This includes things such as case sensitivity and using attributes as part of a ranged search.
 6  
  */
 7  
 public interface AttributeLookupConfiguration {}