Package gnu.kawa.xml

Class XTimeType

  • All Implemented Interfaces:
    TypeValue, java.lang.reflect.Type

    public class XTimeType
    extends XDataType
    • Field Detail

      • dateTimeType

        public static final XTimeType dateTimeType
      • dateType

        public static final XTimeType dateType
      • timeType

        public static final XTimeType timeType
      • gYearMonthType

        public static final XTimeType gYearMonthType
      • gYearType

        public static final XTimeType gYearType
      • gMonthType

        public static final XTimeType gMonthType
      • gMonthDayType

        public static final XTimeType gMonthDayType
      • gDayType

        public static final XTimeType gDayType
    • Method Detail

      • now

        public DateTime now()
        Return the current date or time in this type.
      • parseDateTime

        public static DateTime parseDateTime​(java.lang.String value,
                                             int mask)
      • valueOf

        public java.lang.Object valueOf​(java.lang.String value)
        Overrides:
        valueOf in class XDataType
      • isInstance

        public boolean isInstance​(java.lang.Object obj)
        Overrides:
        isInstance in class XDataType