Class DataType.Id

java.lang.Object
com.aquima.interactions.foundation.DataType.Id
Enclosing class:
DataType

public static final class DataType.Id extends Object
This interface holds the numeric id's of the various data types.
Since:
5.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Integer id of the Any data type.
    static final int
    Binary id for binary data type.
    static final int
    Integer id of the Boolean data type.
    static final int
    Integer id of the Currency data type.
    static final int
    Integer id of the Date data type.
    static final int
    Datetime id of the datetime data type.
    static final int
    Integer id of the Entity data type.
    static final int
    Integer id of the Integer data type.
    static final int
    Integer id of the Number data type.
    static final int
    Integer id of the Percentage data type.
    static final int
    Integer id of the Boolean data type.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ANY_ID

      public static final int ANY_ID
      Integer id of the Any data type.
      See Also:
    • BOOLEAN_ID

      public static final int BOOLEAN_ID
      Integer id of the Boolean data type.
      See Also:
    • STRING_ID

      public static final int STRING_ID
      Integer id of the Boolean data type.
      See Also:
    • NUMBER_ID

      public static final int NUMBER_ID
      Integer id of the Number data type.
      See Also:
    • DATE_ID

      public static final int DATE_ID
      Integer id of the Date data type.
      See Also:
    • ENTITY_ID

      public static final int ENTITY_ID
      Integer id of the Entity data type.
      See Also:
    • CURRENCY_ID

      public static final int CURRENCY_ID
      Integer id of the Currency data type.
      See Also:
    • PERCENTAGE_ID

      public static final int PERCENTAGE_ID
      Integer id of the Percentage data type.
      See Also:
    • INTEGER_ID

      public static final int INTEGER_ID
      Integer id of the Integer data type.
      See Also:
    • DATETIME_ID

      public static final int DATETIME_ID
      Datetime id of the datetime data type.
      See Also:
    • BINARY_ID

      public static final int BINARY_ID
      Binary id for binary data type.
      See Also: