com.ibm.pim.interfaces.search
Interface SearchColumnType


Deprecated.

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 SearchResultSetfor CATALOG SqlColumnType
static int CATEGORY
          Deprecated. CATEGORY represents Category of Hierarchy.getCategory() can be used in SearchResultSetfor 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 SearchResultSetfor 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 SearchResultSetfor 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

copyright

static final java.lang.String copyright
Deprecated. 
See Also:
Constant Field Values

NUMBER

static final int NUMBER
Deprecated. 
NUMBER represents Integer and Number specnode type. getInt(),getFloat(),getLong(),getDouble() can be used in SearchResultSetfor NUMBER SqlColumnType

See Also:
Constant Field Values

DATE

static final int DATE
Deprecated. 
DATE represents Date specnode type. getDate() can be used in SearchResultSetfor DATE SqlColumnType

See Also:
Constant Field Values

STRING

static final int STRING
Deprecated. 
STRING represents String specnode type. getString() can be used in SearchResultSetfor STRING SqlColumnType

See Also:
Constant Field Values

BOOL

static final int BOOL
Deprecated. 
BOOL represents Flag specnode type. getBoolean() can be used in SearchResultSetfor BOOL SqlColumnType

See Also:
Constant Field Values

ITEM

static final int ITEM
Deprecated. 
ITEM represents Catalog Item of WPC.getItem() can be used in SearchResultSetfor ITEM SqlColumnType

See Also:
Constant Field Values

CATEGORY

static final int CATEGORY
Deprecated. 
CATEGORY represents Category of Hierarchy.getCategory() can be used in SearchResultSetfor CATEGORY SqlColumnType

See Also:
Constant Field Values

SPEC

static final int SPEC
Deprecated. 
SPEC represents Spec entity of WPC.getSpec() can be used in SearchResultSetfor SPEC SqlColumnType

See Also:
Constant Field Values

CATALOG

static final int CATALOG
Deprecated. 
CATALOG represents Catalog entity of WPC.getCatalog() can be used in SearchResultSetfor CATALOG SqlColumnType

See Also:
Constant Field Values

HIERARCHY

static final int HIERARCHY
Deprecated. 
HIERARCHY represents Category Tree(Hierarchy) entity of WPC. getHierarchy() can be used in SearchResultSetfor HIERARCHY SqlColumnType

See Also:
Constant Field Values

PK

static final int PK
Deprecated. 
PK represents Primary Key of Spec entity of WPC.

See Also:
Constant Field Values
Method Detail

getType

int getType()
Deprecated. 
Returns column type which can be compared with one of the column type constants available in this interface

Returns:
Returns column type