|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.as400.util.servlet.RowMetaDataType
The RowMetaDataType class defines constants to identify metadata data types.
Field Summary | |
static int |
BIG_DECIMAL_DATA_TYPE
java.math.BigDecimal data type. |
static int |
BYTE_ARRAY_DATA_TYPE
java.lang.Byte array data type. |
static int |
DOUBLE_DATA_TYPE
java.lang.Double data type. |
static int |
FLOAT_DATA_TYPE
java.lang.Float data type. |
static int |
INTEGER_DATA_TYPE
java.lang.Integer data type. |
static int |
LONG_DATA_TYPE
java.lang.Long data type. |
static int |
SHORT_DATA_TYPE
java.lang.Short data type. |
static int |
STRING_DATA_TYPE
java.lang.String data type. |
Constructor Summary | |
RowMetaDataType()
|
Method Summary | |
static java.lang.String |
getDataTypeName(int type)
Returns the data type name. |
static boolean |
isDataTypeValid(int type)
Indicates if the data type is valid. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int BYTE_ARRAY_DATA_TYPE
public static final int BIG_DECIMAL_DATA_TYPE
public static final int DOUBLE_DATA_TYPE
public static final int FLOAT_DATA_TYPE
public static final int INTEGER_DATA_TYPE
public static final int LONG_DATA_TYPE
public static final int SHORT_DATA_TYPE
public static final int STRING_DATA_TYPE
Constructor Detail |
public RowMetaDataType()
Method Detail |
public static java.lang.String getDataTypeName(int type)
type
- The data type.public static boolean isDataTypeValid(int type)
type
- The data type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |