public static class DocumentSearchInternalUtils.SearchableAttributeConfiguration extends Object
| Constructor and Description |
|---|
SearchableAttributeConfiguration(String tableName,
EnumSet<DataType> supportedDataTypes,
Class<?> dataTypeClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDataTypeClass() |
EnumSet<DataType> |
getSupportedDataTypes() |
String |
getTableName() |
public SearchableAttributeConfiguration(String tableName, EnumSet<DataType> supportedDataTypes, Class<?> dataTypeClass)
public String getTableName()
public EnumSet<DataType> getSupportedDataTypes()
public Class<?> getDataTypeClass()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.