org.ujac.util
Interface UjacTypes

All Known Subinterfaces:
Column, Table, TableConstants
All Known Implementing Classes:
BaseTable, BeanColumn, BeanTable, ChartAttributeDefinition, DataRow, DataTable, DefaultColumn, FilteredTable, GroupRow, ParameterDefinition, PivotTable, PrintTableTag.DummyColumn, PrintTableTag.DummyColumn, ReportFunction, ReportTable, ResultSetTable, UjacTypeHelper

public interface UjacTypes

Name: UjacTypes
Description: Defines common types.

Author:
lauerc

Field Summary
static int TYPE_BOOLEAN
          Constant for column type boolean.
static int TYPE_DATE
          Constant for column type Date.
static int TYPE_DOUBLE
          Constant for column type double.
static int TYPE_FLOAT
          Constant for column type float.
static int TYPE_INT
          Constant for column type int.
static int TYPE_LONG
          Constant for column type long.
static String TYPE_NAME_BOOLEAN
          Constant for column type boolean.
static String TYPE_NAME_DATE
          Constant for column type Date.
static String TYPE_NAME_DOUBLE
          Constant for column type double.
static String TYPE_NAME_FLOAT
          Constant for column type float.
static String TYPE_NAME_INT
          Constant for column type int.
static String TYPE_NAME_LONG
          Constant for column type long.
static String TYPE_NAME_OBJECT
          Constant for column type Object.
static String TYPE_NAME_SHORT
          Constant for column type short.
static String TYPE_NAME_STRING
          Constant for column type String.
static String TYPE_NAME_TABLE
          Constant for column type Table.
static String TYPE_NAME_TIME
          Constant for column type Time.
static String TYPE_NAME_TIMESTAMP
          Constant for column type Timestamp.
static int TYPE_OBJECT
          Constant for column type Object.
static int TYPE_SHORT
          Constant for column type short.
static int TYPE_STRING
          Constant for column type String.
static int TYPE_TABLE
          Constant for column type Table.
static int TYPE_TIME
          Constant for column type Time.
static int TYPE_TIMESTAMP
          Constant for column type Timestamp.
 

Field Detail

TYPE_STRING

static final int TYPE_STRING
Constant for column type String.

See Also:
Constant Field Values

TYPE_INT

static final int TYPE_INT
Constant for column type int.

See Also:
Constant Field Values

TYPE_SHORT

static final int TYPE_SHORT
Constant for column type short.

See Also:
Constant Field Values

TYPE_LONG

static final int TYPE_LONG
Constant for column type long.

See Also:
Constant Field Values

TYPE_FLOAT

static final int TYPE_FLOAT
Constant for column type float.

See Also:
Constant Field Values

TYPE_DOUBLE

static final int TYPE_DOUBLE
Constant for column type double.

See Also:
Constant Field Values

TYPE_BOOLEAN

static final int TYPE_BOOLEAN
Constant for column type boolean.

See Also:
Constant Field Values

TYPE_DATE

static final int TYPE_DATE
Constant for column type Date.

See Also:
Constant Field Values

TYPE_TIME

static final int TYPE_TIME
Constant for column type Time.

See Also:
Constant Field Values

TYPE_TIMESTAMP

static final int TYPE_TIMESTAMP
Constant for column type Timestamp.

See Also:
Constant Field Values

TYPE_OBJECT

static final int TYPE_OBJECT
Constant for column type Object.

See Also:
Constant Field Values

TYPE_TABLE

static final int TYPE_TABLE
Constant for column type Table.

See Also:
Constant Field Values

TYPE_NAME_STRING

static final String TYPE_NAME_STRING
Constant for column type String.

See Also:
Constant Field Values

TYPE_NAME_INT

static final String TYPE_NAME_INT
Constant for column type int.

See Also:
Constant Field Values

TYPE_NAME_SHORT

static final String TYPE_NAME_SHORT
Constant for column type short.

See Also:
Constant Field Values

TYPE_NAME_LONG

static final String TYPE_NAME_LONG
Constant for column type long.

See Also:
Constant Field Values

TYPE_NAME_FLOAT

static final String TYPE_NAME_FLOAT
Constant for column type float.

See Also:
Constant Field Values

TYPE_NAME_DOUBLE

static final String TYPE_NAME_DOUBLE
Constant for column type double.

See Also:
Constant Field Values

TYPE_NAME_BOOLEAN

static final String TYPE_NAME_BOOLEAN
Constant for column type boolean.

See Also:
Constant Field Values

TYPE_NAME_DATE

static final String TYPE_NAME_DATE
Constant for column type Date.

See Also:
Constant Field Values

TYPE_NAME_TIME

static final String TYPE_NAME_TIME
Constant for column type Time.

See Also:
Constant Field Values

TYPE_NAME_TIMESTAMP

static final String TYPE_NAME_TIMESTAMP
Constant for column type Timestamp.

See Also:
Constant Field Values

TYPE_NAME_OBJECT

static final String TYPE_NAME_OBJECT
Constant for column type Object.

See Also:
Constant Field Values

TYPE_NAME_TABLE

static final String TYPE_NAME_TABLE
Constant for column type Table.

See Also:
Constant Field Values


Copyright © 2003-2004 UJAC.org. All Rights Reserved.