Class BaseTimeToString

    • Field Detail

      • m_Start

        protected BaseTime m_Start
        the start time to use as basis for the evaluation.
      • m_End

        protected BaseTime m_End
        the end time to use as basis for the evaluation.
    • Constructor Detail

      • BaseTimeToString

        public BaseTimeToString()
    • Method Detail

      • getGrammar

        public String getGrammar()
        Returns a string representation of the grammar.
        Specified by:
        getGrammar in interface GrammarSupplier
        Returns:
        the grammar, null if not available
      • setStart

        public void setStart​(BaseTime value)
        Sets the start time to use in the evaluation.
        Parameters:
        value - the time
      • getStart

        public BaseTime getStart()
        Returns the start time used in the evaluation.
        Returns:
        the time
      • startTipText

        public String startTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setEnd

        public void setEnd​(BaseTime value)
        Sets the end time to use in the evaluation.
        Parameters:
        value - the time
      • getEnd

        public BaseTime getEnd()
        Returns the end time used in the evaluation.
        Returns:
        the time
      • endTipText

        public String endTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.