Interface DataTypesDefinition

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static char BIG_ENDIAN_ORDER
      Variable constant BIG_ENDIAN_ORDER keeps value of
      static char CHAR_NULL_VALUE
      Variable constant CHAR_NULL_VALUE keeps value of
      static char DATA_2_COORD_F
      Variable constant DATA_2_COORD_F keeps value of
      static int DATA_2_COORD_F_LEN
      Variable constant DATA_2_COORD_F_LEN keeps value of
      static char DATA_2_COORD_R
      Variable constant DATA_2_COORD_R keeps value of
      static int DATA_2_COORD_R_LEN
      Variable constant DATA_2_COORD_R_LEN keeps value of
      static char DATA_3_COORD_F
      Variable constant DATA_3_COORD_F keeps value of
      static int DATA_3_COORD_F_LEN
      Variable constant DATA_3_COORD_F_LEN keeps value of
      static char DATA_3_COORD_R
      Variable constant DATA_3_COORD_R keeps value of
      static int DATA_3_COORD_R_LEN
      Variable constant DATA_3_COORD_R_LEN keeps value of
      static char DATA_DATE_TIME
      Variable constant DATA_DATE_TIME keeps value of
      static int DATA_DATE_TIME_LEN
      Variable constant DATA_DATE_TIME_LEN keeps value of
      static char DATA_LEVEL1_TEXT
      Variable constant DATA_LEVEL1_TEXT keeps value of
      static char DATA_LEVEL2_TEXT
      Variable constant DATA_LEVEL2_TEXT keeps value of
      static char DATA_LEVEL3_TEXT
      Variable constant DATA_LEVEL3_TEXT keeps value of
      static char DATA_LONG_FLOAT
      Variable constant DATA_LONG_FLOAT keeps value of
      static int DATA_LONG_FLOAT_LEN
      Variable constant DATA_LONG_FLOAT_LEN keeps value of
      static char DATA_LONG_INTEGER
      Variable constant DATA_LONG_INTEGER keeps value of
      static int DATA_LONG_INTEGER_LEN
      Variable constant DATA_LONG_INTEGER_LEN keeps value of
      static char DATA_NULL_FIELD
      Variable constant DATA_NULL_FIELD keeps value of
      static int DATA_NULL_FIELD_LEN
      Variable constant DATA_NULL_FIELD_LEN keeps value of
      static char DATA_SHORT_FLOAT
      Variable constant DATA_SHORT_FLOAT keeps value of
      static int DATA_SHORT_FLOAT_LEN
      Variable constant DATA_SHORT_FLOAT_LEN keeps value of
      static char DATA_SHORT_INTEGER
      Variable constant DATA_SHORT_INTEGER keeps value of
      static int DATA_SHORT_INTEGER_LEN
      Variable constant DATA_SHORT_INTEGER_LEN keeps value of
      static char DATA_TEXT
      Variable constant DATA_TEXT keeps value of
      static char DATA_TRIPLET_ID
      Variable constant DATA_TRIPLET_ID keeps value of
      static int DATA_TRIPLET_ID_LEN
      Variable constant DATA_TRIPLET_ID_LEN keeps value of
      static char LEAST_SIGNIF_FIRST
      LEAST_SIGNIF_FIRST stores code for indicator of byte order least-significant-byte-first used during creating table.
      static char LITTLE_ENDIAN_ORDER
      Variable constant LITTLE_ENDIAN_ORDER keeps value of
      static char MOST_SIGNIF_FIRST
      MOST_SIGNIF_FIRST stores code for indicator of byte order most-significant-byte-first used during creating table.
      static String STRING_NULL_VALUE
      Variable constant STRING_NULL_VALUE keeps value of
      static String[] STRING_NULL_VALUES
      Variable constant STRING_NULL_VALUES keeps value of
    • Field Detail

      • LEAST_SIGNIF_FIRST

        static final char LEAST_SIGNIF_FIRST
        LEAST_SIGNIF_FIRST stores code for indicator of byte order least-significant-byte-first used during creating table. It is little-endian byte order used on Intel x86 based PCs but not in JVM.
        See Also:
        Constant Field Values
      • LITTLE_ENDIAN_ORDER

        static final char LITTLE_ENDIAN_ORDER
        Variable constant LITTLE_ENDIAN_ORDER keeps value of
        See Also:
        Constant Field Values
      • MOST_SIGNIF_FIRST

        static final char MOST_SIGNIF_FIRST
        MOST_SIGNIF_FIRST stores code for indicator of byte order most-significant-byte-first used during creating table. It is big-endian byte order used on Motorola CPU based machines and in JVM.
        See Also:
        Constant Field Values
      • BIG_ENDIAN_ORDER

        static final char BIG_ENDIAN_ORDER
        Variable constant BIG_ENDIAN_ORDER keeps value of
        See Also:
        Constant Field Values
      • DATA_TEXT

        static final char DATA_TEXT
        Variable constant DATA_TEXT keeps value of
        See Also:
        Constant Field Values
      • DATA_LEVEL1_TEXT

        static final char DATA_LEVEL1_TEXT
        Variable constant DATA_LEVEL1_TEXT keeps value of
        See Also:
        Constant Field Values
      • DATA_LEVEL2_TEXT

        static final char DATA_LEVEL2_TEXT
        Variable constant DATA_LEVEL2_TEXT keeps value of
        See Also:
        Constant Field Values
      • DATA_LEVEL3_TEXT

        static final char DATA_LEVEL3_TEXT
        Variable constant DATA_LEVEL3_TEXT keeps value of
        See Also:
        Constant Field Values
      • DATA_SHORT_FLOAT

        static final char DATA_SHORT_FLOAT
        Variable constant DATA_SHORT_FLOAT keeps value of
        See Also:
        Constant Field Values
      • DATA_LONG_FLOAT

        static final char DATA_LONG_FLOAT
        Variable constant DATA_LONG_FLOAT keeps value of
        See Also:
        Constant Field Values
      • DATA_SHORT_INTEGER

        static final char DATA_SHORT_INTEGER
        Variable constant DATA_SHORT_INTEGER keeps value of
        See Also:
        Constant Field Values
      • DATA_LONG_INTEGER

        static final char DATA_LONG_INTEGER
        Variable constant DATA_LONG_INTEGER keeps value of
        See Also:
        Constant Field Values
      • DATA_2_COORD_F

        static final char DATA_2_COORD_F
        Variable constant DATA_2_COORD_F keeps value of
        See Also:
        Constant Field Values
      • DATA_2_COORD_R

        static final char DATA_2_COORD_R
        Variable constant DATA_2_COORD_R keeps value of
        See Also:
        Constant Field Values
      • DATA_3_COORD_F

        static final char DATA_3_COORD_F
        Variable constant DATA_3_COORD_F keeps value of
        See Also:
        Constant Field Values
      • DATA_3_COORD_R

        static final char DATA_3_COORD_R
        Variable constant DATA_3_COORD_R keeps value of
        See Also:
        Constant Field Values
      • DATA_DATE_TIME

        static final char DATA_DATE_TIME
        Variable constant DATA_DATE_TIME keeps value of
        See Also:
        Constant Field Values
      • DATA_NULL_FIELD

        static final char DATA_NULL_FIELD
        Variable constant DATA_NULL_FIELD keeps value of
        See Also:
        Constant Field Values
      • DATA_TRIPLET_ID

        static final char DATA_TRIPLET_ID
        Variable constant DATA_TRIPLET_ID keeps value of
        See Also:
        Constant Field Values
      • DATA_SHORT_FLOAT_LEN

        static final int DATA_SHORT_FLOAT_LEN
        Variable constant DATA_SHORT_FLOAT_LEN keeps value of
        See Also:
        Constant Field Values
      • DATA_LONG_FLOAT_LEN

        static final int DATA_LONG_FLOAT_LEN
        Variable constant DATA_LONG_FLOAT_LEN keeps value of
        See Also:
        Constant Field Values
      • DATA_SHORT_INTEGER_LEN

        static final int DATA_SHORT_INTEGER_LEN
        Variable constant DATA_SHORT_INTEGER_LEN keeps value of
        See Also:
        Constant Field Values
      • DATA_LONG_INTEGER_LEN

        static final int DATA_LONG_INTEGER_LEN
        Variable constant DATA_LONG_INTEGER_LEN keeps value of
        See Also:
        Constant Field Values
      • DATA_DATE_TIME_LEN

        static final int DATA_DATE_TIME_LEN
        Variable constant DATA_DATE_TIME_LEN keeps value of
        See Also:
        Constant Field Values
      • DATA_2_COORD_F_LEN

        static final int DATA_2_COORD_F_LEN
        Variable constant DATA_2_COORD_F_LEN keeps value of
        See Also:
        Constant Field Values
      • DATA_2_COORD_R_LEN

        static final int DATA_2_COORD_R_LEN
        Variable constant DATA_2_COORD_R_LEN keeps value of
        See Also:
        Constant Field Values
      • DATA_3_COORD_F_LEN

        static final int DATA_3_COORD_F_LEN
        Variable constant DATA_3_COORD_F_LEN keeps value of
        See Also:
        Constant Field Values
      • DATA_3_COORD_R_LEN

        static final int DATA_3_COORD_R_LEN
        Variable constant DATA_3_COORD_R_LEN keeps value of
        See Also:
        Constant Field Values
      • DATA_TRIPLET_ID_LEN

        static final int DATA_TRIPLET_ID_LEN
        Variable constant DATA_TRIPLET_ID_LEN keeps value of
        See Also:
        Constant Field Values
      • DATA_NULL_FIELD_LEN

        static final int DATA_NULL_FIELD_LEN
        Variable constant DATA_NULL_FIELD_LEN keeps value of
        See Also:
        Constant Field Values
      • STRING_NULL_VALUE

        static final String STRING_NULL_VALUE
        Variable constant STRING_NULL_VALUE keeps value of
        See Also:
        Constant Field Values
      • STRING_NULL_VALUES

        static final String[] STRING_NULL_VALUES
        Variable constant STRING_NULL_VALUES keeps value of
      • CHAR_NULL_VALUE

        static final char CHAR_NULL_VALUE
        Variable constant CHAR_NULL_VALUE keeps value of
        See Also:
        Constant Field Values