org.kuali.rice.kew.docsearch
Class DocumentLookupInternalUtils.SearchableAttributeConfiguration

java.lang.Object
  extended by org.kuali.rice.kew.docsearch.DocumentLookupInternalUtils.SearchableAttributeConfiguration
Enclosing class:
DocumentLookupInternalUtils

public static class DocumentLookupInternalUtils.SearchableAttributeConfiguration
extends Object


Constructor Summary
DocumentLookupInternalUtils.SearchableAttributeConfiguration(String tableName, EnumSet<DataType> supportedDataTypes, Class<?> dataTypeClass)
           
 
Method Summary
 Class<?> getDataTypeClass()
           
 EnumSet<DataType> getSupportedDataTypes()
           
 String getTableName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentLookupInternalUtils.SearchableAttributeConfiguration

public DocumentLookupInternalUtils.SearchableAttributeConfiguration(String tableName,
                                                                    EnumSet<DataType> supportedDataTypes,
                                                                    Class<?> dataTypeClass)
Method Detail

getTableName

public String getTableName()

getSupportedDataTypes

public EnumSet<DataType> getSupportedDataTypes()

getDataTypeClass

public Class<?> getDataTypeClass()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.