planetj.database.possiblevalues
Interface IPossibleValue

All Known Implementing Classes:
PossibleValueManager, PossibleValueRow, PossibleValueTable

public interface IPossibleValue

This interface contains column names associated with the possible value table.

Author:
PlanetJ Corporation

Field Summary
static String DISPLAY_ORDER
           
static String DISPLAY_VALUE
           
static String DISPLAY_VALUE_SQL_TYPE
           
static String FIELD_NAME
           
static String KEY
           
static String LIBRARY_NAME
           
static String OWNER_ID
           
static String POSSIBLE_VALUES_TABLE_NAME
           
static String SYSTEM_ALIAS
           
static String TABLE_NAME
           
static String TYPE
           
static int TYPE_CONFIG_PROPERTY
           
static int TYPE_POSSIBLE_VALUE
           
static String VALUE
           
 

Field Detail

POSSIBLE_VALUES_TABLE_NAME

public static final String POSSIBLE_VALUES_TABLE_NAME
See Also:
Constant Field Values

SYSTEM_ALIAS

public static final String SYSTEM_ALIAS
See Also:
Constant Field Values

LIBRARY_NAME

public static final String LIBRARY_NAME
See Also:
Constant Field Values

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

FIELD_NAME

public static final String FIELD_NAME
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

KEY

public static final String KEY
See Also:
Constant Field Values

VALUE

public static final String VALUE
See Also:
Constant Field Values

DISPLAY_VALUE

public static final String DISPLAY_VALUE
See Also:
Constant Field Values

DISPLAY_VALUE_SQL_TYPE

public static final String DISPLAY_VALUE_SQL_TYPE
See Also:
Constant Field Values

OWNER_ID

public static final String OWNER_ID
See Also:
Constant Field Values

DISPLAY_ORDER

public static final String DISPLAY_ORDER
See Also:
Constant Field Values

TYPE_POSSIBLE_VALUE

public static final int TYPE_POSSIBLE_VALUE
See Also:
Constant Field Values

TYPE_CONFIG_PROPERTY

public static final int TYPE_CONFIG_PROPERTY
See Also:
Constant Field Values