olg.csv.bean.annotations
Class DateProperty
java.lang.Object
olg.csv.bean.annotations.DateProperty
public final class DateProperty
- extends Object
Provides @Param names for date formatter/parser property setted on.
Field Summary |
static String |
FORMAT
Name of a property for the Default Date Parser/Formatter. |
static String |
LOCALE
Name of a property for the Default date Parser/Formatter. |
Constructor Summary |
private |
DateProperty()
Provides static methods only. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FORMAT
public static final String FORMAT
- Name of a property for the Default Date Parser/Formatter. This property
allows to define a date pattern on parsing or formatting. date.
- See Also:
- Constant Field Values
LOCALE
public static final String LOCALE
- Name of a property for the Default date Parser/Formatter. This property
allows to specify a locale on parsing or formatting date.
- See Also:
- Constant Field Values
DateProperty
private DateProperty()
- Provides static methods only.
Copyright © 2014. All Rights Reserved.