Class DateMacroParameters

java.lang.Object
com.xwiki.date.macro.DateMacroParameters

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

    • DateMacroParameters

      public DateMacroParameters()
  • Method Details

    • 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.
    • setFormat

      @Deprecated public void setFormat(String format)
      Deprecated.
      Parameters:
      format - see getFormat()
    • 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()