olg.csv.bean.annotations
Class DateProperty

java.lang.Object
  extended by olg.csv.bean.annotations.DateProperty

public final class DateProperty
extends Object

Provides @Param names for date formatter/parser property setted on.

Author:
Olivier Godineau

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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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


Copyright © 2014. All rights reserved.