olg.csv.bean.annotations
Class DateProperty

Package class diagram package 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.


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.
 
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
Constructor Detail

DateProperty

private DateProperty()
Provides static methods only.



Copyright © 2014. All Rights Reserved.