Uses of Class
com.ibm.pim.search.SearchQuery.ColumnType

Packages that use SearchQuery.ColumnType
com.ibm.pim.search   
 

Uses of SearchQuery.ColumnType in com.ibm.pim.search
 

Methods in com.ibm.pim.search that return SearchQuery.ColumnType
static SearchQuery.ColumnType SearchQuery.ColumnType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchQuery.ColumnType[] SearchQuery.ColumnType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.pim.search that return types with arguments of type SearchQuery.ColumnType
 java.util.List<SearchQuery.ColumnType> SearchQuery.getColumnTypes()
          Returns the list of column types associated with the desired result set of the query.