Class DateMacroParameters


  • @Unstable
    public class DateMacroParameters
    extends Object
    Since:
    3.0
    Version:
    $Id$
    • Constructor Detail

      • DateMacroParameters

        public DateMacroParameters()
    • Method Detail

      • getValue

        public String getValue()
        Returns:
        the string representation of the datetype.
      • setValue

        public void setValue​(String value)
        Parameters:
        value - the string representation of the datetype.
      • getFormat

        public String getFormat()
        Returns:
        the format that will be used to parse the datetype parameter.
      • getDisplayFormat

        public String getDisplayFormat()
        Returns:
        the format in which the value parameter will be displayed.
      • setDisplayFormat

        public void setDisplayFormat​(String displayFormat)
        Parameters:
        displayFormat - see getDisplayFormat()