com.ibm.ccd.ui.taglib.dataobjects
Interface ISearchElementTypesEnum


public interface ISearchElementTypesEnum

Defines the available SearchElement types

Since:
Iteration 2
Version:
1.0

Field Summary
static int DATE
          Date Element Type
static int META
          Text Element Type
static int SELECT
          Select Element Type
static int TEXT
          Text Element Type
 

Field Detail

META

static final int META
Text Element Type

See Also:
Constant Field Values

TEXT

static final int TEXT
Text Element Type

See Also:
Constant Field Values

DATE

static final int DATE
Date Element Type

See Also:
Constant Field Values

SELECT

static final int SELECT
Select Element Type

See Also:
Constant Field Values