Class BasicDataType


  • public final class BasicDataType
    extends java.lang.Object
    Defines the type string (see DataType.getTypeString() for the required data types.

    Note that an implementation may provide additional data types on top.

    Since:
    1.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BOOLEAN
      Data type: Boolean value
      static java.lang.String CALENDAR
      Data type: Calendar value
      static java.lang.String CONTENT_FRAGMENT
      Data type: ContentFragment value
      static java.lang.String DOUBLE
      Data type: Double value
      static java.lang.String LONG
      Data type: Long value
      static java.lang.String STRING
      Data type: String value
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BOOLEAN

        public static final java.lang.String BOOLEAN
        Data type: Boolean value
        See Also:
        Constant Field Values
      • DOUBLE

        public static final java.lang.String DOUBLE
        Data type: Double value
        See Also:
        Constant Field Values
      • STRING

        public static final java.lang.String STRING
        Data type: String value
        See Also:
        Constant Field Values
      • CALENDAR

        public static final java.lang.String CALENDAR
        Data type: Calendar value
        See Also:
        Constant Field Values
      • CONTENT_FRAGMENT

        public static final java.lang.String CONTENT_FRAGMENT
        Data type: ContentFragment value
        See Also:
        Constant Field Values