|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.model.api.util.DataTypeConvertUtil
public class DataTypeConvertUtil
The utility class to convert values between parameter type choices and column data type choices.
| Constructor Summary | |
|---|---|
DataTypeConvertUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
converToColumnDataType(java.lang.String paramType)
Returns the corresponding column data type choice with the given parameter type. |
static java.lang.String |
converToParamType(java.lang.String columnType)
Returns the corresponding parameter type choice with the given column data type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataTypeConvertUtil()
| Method Detail |
|---|
public static java.lang.String converToParamType(java.lang.String columnType)
DesignChoiceConstants can be one of the followings:
COLUMN_DATA_TYPE_BOOLEAN
COLUMN_DATA_TYPE_DATETIME
COLUMN_DATA_TYPE_DATE
COLUMN_DATA_TYPE_TIME
COLUMN_DATA_TYPE_DECIMAL
COLUMN_DATA_TYPE_FLOAT
COLUMN_DATA_TYPE_INTEGER
COLUMN_DATA_TYPE_STRING
columnType - the column data type
public static java.lang.String converToColumnDataType(java.lang.String paramType)
DesignChoiceConstants can be one of the followings:
PARAM_TYPE_BOOLEAN
PARAM_TYPE_DATETIME
PARAM_TYPE_DATE
PARAM_TYPE_TIME
PARAM_TYPE_DECIMAL
PARAM_TYPE_FLOAT
PARAM_TYPE_INTEGER
PARAM_TYPE_STRING
paramType - the parameter type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||