Class BaseDateToString

    • Field Detail

      • m_Start

        protected BaseDate m_Start
        the start date to use as basis for the evaluation.
      • m_End

        protected BaseDate m_End
        the end date to use as basis for the evaluation.
      • m_BusinessDays

        protected BusinessDays m_BusinessDays
        how to interpret business days.
    • Constructor Detail

      • BaseDateToString

        public BaseDateToString()
    • 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​(BaseDate value)
        Sets the start date to use in the evaluation.
        Parameters:
        value - the date
      • getStart

        public BaseDate getStart()
        Returns the start date used in the evaluation.
        Returns:
        the date
      • 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​(BaseDate value)
        Sets the end date to use in the evaluation.
        Parameters:
        value - the date
      • getEnd

        public BaseDate getEnd()
        Returns the end date used in the evaluation.
        Returns:
        the date
      • 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.
      • setBusinessDays

        public void setBusinessDays​(BusinessDays value)
        Sets what business days to use.
        Parameters:
        value - the type
      • getBusinessDays

        public BusinessDays getBusinessDays()
        Returns what business days to use.
        Returns:
        the type
      • businessDaysTipText

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