olg.csv.bean.annotations
Class ODSProperty

Package class diagram package ODSProperty
java.lang.Object
  extended by olg.csv.bean.annotations.ODSProperty

public final class ODSProperty
extends Object

Provides @Param names for ODSReading / ODSWriting setted on @RowBean.

See Also:
ODSSettings

Field Summary
static String BEGIN_AT_COLUMN
          Name of a property for ODS reader/writer.
static String BEGIN_AT_ROW
          Name of a property for ODS reader/writer.
static String END_AT_COLUMN
          Name of a property for ODS reader.
static String END_AT_ROW
          Name of a property for ODS reader.
static String HEADERS
          Name of a property for ODS reader/writer.
static String SHEETNAME
          Name of a property for ODS reader/writer.
static String SHEETNUM
          Name of a property for ODS reader.
 
Constructor Summary
private ODSProperty()
          Provides static method 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 ODS reader/writer. This property allows to define the withHeaders param. Default is AbstractSheetSettings.DEFAULT_WITHHEADERS

See Also:
Constant Field Values

SHEETNUM

public static final String SHEETNUM
Name of a property for ODS reader. This property allows to define the num of the sheet to be read. Default is AbstractSheetSettings.DEFAULT_SHEETNUM

See Also:
Constant Field Values

SHEETNAME

public static final String SHEETNAME
Name of a property for ODS reader/writer. This property allows to define the name of the sheet to be read or written. If defined sheetnum will be ignored.

See Also:
Constant Field Values

BEGIN_AT_ROW

public static final String BEGIN_AT_ROW
Name of a property for ODS reader/writer. This property allows to specify which line of the file, starts the reading or writing.

See Also:
Constant Field Values

END_AT_ROW

public static final String END_AT_ROW
Name of a property for ODS reader. This property allows to specify which line of the file ends the reading. If null, end at the last line. Only on reading process

See Also:
Constant Field Values

BEGIN_AT_COLUMN

public static final String BEGIN_AT_COLUMN
Name of a property for ODS reader/writer. This property allows to specify which column of each line starts the reading or writing. Sheet cell number format('A', 'B', 'C',..., 'AA', ...) or integer Format.

See Also:
Constant Field Values

END_AT_COLUMN

public static final String END_AT_COLUMN
Name of a property for ODS reader. This property allows to specify which column of each line end reading. Sheet cell number format('A', 'B', 'C',..., 'AA', ...) or integer Format.

See Also:
Constant Field Values
Constructor Detail

ODSProperty

private ODSProperty()
Provides static method only.



Copyright © 2014. All Rights Reserved.