Class TimeOfDay

    • Method Detail

      • isText

        public boolean isText()
        Is this variant instance of kind text?
      • text

        public java.lang.String text()
        Get the text variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the text kind.
      • isHourMinute

        public boolean isHourMinute()
        Is this variant instance of kind hour_minute?
      • hourMinute

        public HourAndMinute hourMinute()
        Get the hour_minute variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the hour_minute kind.