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