Package com.xwiki.date.macro
Class DateMacroParameters
java.lang.Object
com.xwiki.date.macro.DateMacroParameters
- Since:
- 3.0
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateMacroParameters
public DateMacroParameters()
-
-
Method Details
-
getValue
- Returns:
- the string representation of the datetype.
-
setValue
- Parameters:
value- the string representation of the datetype.
-
getFormat
- Returns:
- the format that will be used to parse the datetype parameter.
-
setFormat
Deprecated.- Parameters:
format- seegetFormat()
-
getDisplayFormat
- Returns:
- the format in which the value parameter will be displayed.
-
setDisplayFormat
- Parameters:
displayFormat- seegetDisplayFormat()
-