org.kuali.rice.kew.docsearch
Class DocumentSearchInternalUtils.SearchableAttributeConfiguration
java.lang.Object
   org.kuali.rice.kew.docsearch.DocumentSearchInternalUtils.SearchableAttributeConfiguration
org.kuali.rice.kew.docsearch.DocumentSearchInternalUtils.SearchableAttributeConfiguration
- Enclosing class:
- DocumentSearchInternalUtils
- public static class DocumentSearchInternalUtils.SearchableAttributeConfiguration 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DocumentSearchInternalUtils.SearchableAttributeConfiguration
public DocumentSearchInternalUtils.SearchableAttributeConfiguration(String tableName,
                                                                    EnumSet<DataType> supportedDataTypes,
                                                                    Class<?> dataTypeClass)
getTableName
public String getTableName()
- 
 
getSupportedDataTypes
public EnumSet<DataType> getSupportedDataTypes()
- 
 
getDataTypeClass
public Class<?> getDataTypeClass()
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.