|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SearchQuery.ColumnType>
com.ibm.pim.search.SearchQuery.ColumnType
public static enum SearchQuery.ColumnType
Enum Constant Summary | |
---|---|
BOOL
BOOL represents Flag attributedefinition type. |
|
CATALOG
CATALOG represents Catalog entity of MDMPIM. |
|
CATEGORY
CATEGORY represents Category of Hierarchy.getCategory() can be used in SearchResultSet for CATEGORY
SqlColumnType |
|
DATE
DATE represents Date attributedefinition type. |
|
HIERARCHY
HIERARCHY represents Category Tree(Hierarchy) entity of MDMPIM. |
|
ITEM
ITEM represents Catalog Item of MDMPIM. |
|
NUMBER
NUMBER represents Integer and Number attributedefinition type. |
|
PK
PK represents Primary Key of Spec entity of MDMPIM. |
|
SPEC
SPEC represents Spec entity of MDMPIM. |
|
STRING
STRING represents String attributedefinition type. |
Method Summary | |
---|---|
static SearchQuery.ColumnType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SearchQuery.ColumnType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SearchQuery.ColumnType NUMBER
SearchResultSet
for NUMBER SqlColumnType
public static final SearchQuery.ColumnType DATE
SearchResultSet
for DATE SqlColumnType
public static final SearchQuery.ColumnType STRING
SearchResultSet
for STRING
SqlColumnType
public static final SearchQuery.ColumnType BOOL
SearchResultSet
for BOOL
SqlColumnType
public static final SearchQuery.ColumnType ITEM
SearchResultSet
for ITEM SqlColumnType
public static final SearchQuery.ColumnType CATEGORY
SearchResultSet
for CATEGORY
SqlColumnType
public static final SearchQuery.ColumnType SPEC
SearchResultSet
for SPEC SqlColumnType
public static final SearchQuery.ColumnType CATALOG
SearchResultSet
for CATALOG
SqlColumnType
public static final SearchQuery.ColumnType HIERARCHY
SearchResultSet
for HIERARCHY
SqlColumnType
public static final SearchQuery.ColumnType PK
Method Detail |
---|
public static final SearchQuery.ColumnType[] values()
for(SearchQuery.ColumnType c : SearchQuery.ColumnType.values()) System.out.println(c);
public static SearchQuery.ColumnType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |