olg.csv.bean.annotations
Class CSVProperty

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

public final class CSVProperty
extends Object

Provides @Param names for CSVReading / CSVWriting setted on @RowBean.

Author:
Olivier Godineau
See Also:
CSVSettings

Field Summary
static String CHARSETNAME
          Default is CSVSettings.DEFAULT_CHARSETNAME.
static String DELIMITER
          Default is CSVSettings.DEFAULT_DELIMITER.
static String HEADERS
          Name of a property for CSV reader.
static String LINE_SEPARATOR
          Default is CSVSettings.DEFAULT_LINESEPARATOR.
static String SEPARATOR
          Default is CSVSettings.DEFAULT_SEPARATOR.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADERS

public static final String HEADERS
Name of a property for CSV reader. This property allows to define the withHeaders param. Default is CSVSettings.DEFAULT_WITHHEADERS

See Also:
Constant Field Values

SEPARATOR

public static final String SEPARATOR
Default is CSVSettings.DEFAULT_SEPARATOR.

See Also:
Constant Field Values

DELIMITER

public static final String DELIMITER
Default is CSVSettings.DEFAULT_DELIMITER.

See Also:
Constant Field Values

CHARSETNAME

public static final String CHARSETNAME
Default is CSVSettings.DEFAULT_CHARSETNAME.

See Also:
Constant Field Values

LINE_SEPARATOR

public static final String LINE_SEPARATOR
Default is CSVSettings.DEFAULT_LINESEPARATOR.

See Also:
Constant Field Values


Copyright © 2014. All rights reserved.