com.ibm.as400.util.servlet

Class RowMetaDataType

  • java.lang.Object
    • com.ibm.as400.util.servlet.RowMetaDataType


  • public class RowMetaDataType
    extends java.lang.Object
    The RowMetaDataType class defines constants to identify metadata data types.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RowMetaDataType() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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

      • BYTE_ARRAY_DATA_TYPE

        public static final int BYTE_ARRAY_DATA_TYPE
        java.lang.Byte array data type.
        See Also:
        Constant Field Values
      • BIG_DECIMAL_DATA_TYPE

        public static final int BIG_DECIMAL_DATA_TYPE
        java.math.BigDecimal data type.
        See Also:
        Constant Field Values
      • DOUBLE_DATA_TYPE

        public static final int DOUBLE_DATA_TYPE
        java.lang.Double data type.
        See Also:
        Constant Field Values
      • FLOAT_DATA_TYPE

        public static final int FLOAT_DATA_TYPE
        java.lang.Float data type.
        See Also:
        Constant Field Values
      • INTEGER_DATA_TYPE

        public static final int INTEGER_DATA_TYPE
        java.lang.Integer data type.
        See Also:
        Constant Field Values
      • LONG_DATA_TYPE

        public static final int LONG_DATA_TYPE
        java.lang.Long data type.
        See Also:
        Constant Field Values
      • SHORT_DATA_TYPE

        public static final int SHORT_DATA_TYPE
        java.lang.Short data type.
        See Also:
        Constant Field Values
      • STRING_DATA_TYPE

        public static final int STRING_DATA_TYPE
        java.lang.String data type.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RowMetaDataType

        public RowMetaDataType()
    • Method Detail

      • getDataTypeName

        public static java.lang.String getDataTypeName(int type)
        Returns the data type name.
        Parameters:
        type - The data type.
        Returns:
        The name.
      • isDataTypeValid

        public static boolean isDataTypeValid(int type)
        Indicates if the data type is valid.
        Parameters:
        type - The data type.
        Returns:
        true if the data type is valid; false otherwise.