|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchColumnType
Field Summary | |
---|---|
static int |
BOOL
Deprecated. BOOL represents Flag specnode type. |
static int |
CATALOG
Deprecated. CATALOG represents Catalog entity of WPC.getCatalog() can be used in SearchResultSet for CATALOG
SqlColumnType |
static int |
CATEGORY
Deprecated. CATEGORY represents Category of Hierarchy.getCategory() can be used in SearchResultSet for CATEGORY
SqlColumnType |
static java.lang.String |
copyright
Deprecated. |
static int |
DATE
Deprecated. DATE represents Date specnode type. |
static int |
HIERARCHY
Deprecated. HIERARCHY represents Category Tree(Hierarchy) entity of WPC. |
static int |
ITEM
Deprecated. ITEM represents Catalog Item of WPC.getItem() can be used in SearchResultSet for ITEM
SqlColumnType |
static int |
NUMBER
Deprecated. NUMBER represents Integer and Number specnode type. |
static int |
PK
Deprecated. PK represents Primary Key of Spec entity of WPC. |
static int |
SPEC
Deprecated. SPEC represents Spec entity of WPC.getSpec() can be used in SearchResultSet for SPEC
SqlColumnType |
static int |
STRING
Deprecated. STRING represents String specnode type. |
Method Summary | |
---|---|
int |
getType()
Deprecated. Returns column type which can be compared with one of the column type constants available in this interface |
Field Detail |
---|
static final java.lang.String copyright
static final int NUMBER
SearchResultSet
for NUMBER
SqlColumnType
static final int DATE
SearchResultSet
for DATE
SqlColumnType
static final int STRING
SearchResultSet
for STRING
SqlColumnType
static final int BOOL
SearchResultSet
for BOOL
SqlColumnType
static final int ITEM
SearchResultSet
for ITEM
SqlColumnType
static final int CATEGORY
SearchResultSet
for CATEGORY
SqlColumnType
static final int SPEC
SearchResultSet
for SPEC
SqlColumnType
static final int CATALOG
SearchResultSet
for CATALOG
SqlColumnType
static final int HIERARCHY
SearchResultSet
for HIERARCHY
SqlColumnType
static final int PK
Method Detail |
---|
int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |