olg.csv.bean.annotations
Class CSVProperty

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

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.
 
Constructor Summary
private CSVProperty()
          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

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

CSVProperty

private CSVProperty()
Provides static methods only.



Copyright © 2014. All Rights Reserved.