org.jopendocument.model.table
Class TableCalculationSettings

java.lang.Object
  extended by org.jopendocument.model.table.TableCalculationSettings

public class TableCalculationSettings
extends Object


Field Summary
protected  String tableAutomaticFindLabels
           
protected  String tableCaseSensitive
           
protected  TableIteration tableIteration
           
protected  TableNullDate tableNullDate
           
protected  String tableNullYear
           
protected  String tablePrecisionAsShown
           
protected  String tableSearchCriteriaMustApplyToWholeCell
           
protected  String tableUseRegularExpressions
           
 
Constructor Summary
TableCalculationSettings()
           
 
Method Summary
 String getTableAutomaticFindLabels()
          Gets the value of the tableAutomaticFindLabels property.
 String getTableCaseSensitive()
          Gets the value of the tableCaseSensitive property.
 TableIteration getTableIteration()
          Gets the value of the tableIteration property.
 TableNullDate getTableNullDate()
          Gets the value of the tableNullDate property.
 String getTableNullYear()
          Gets the value of the tableNullYear property.
 String getTablePrecisionAsShown()
          Gets the value of the tablePrecisionAsShown property.
 String getTableSearchCriteriaMustApplyToWholeCell()
          Gets the value of the tableSearchCriteriaMustApplyToWholeCell property.
 String getTableUseRegularExpressions()
          Gets the value of the tableUseRegularExpressions property.
 void setTableAutomaticFindLabels(String value)
          Sets the value of the tableAutomaticFindLabels property.
 void setTableCaseSensitive(String value)
          Sets the value of the tableCaseSensitive property.
 void setTableIteration(TableIteration value)
          Sets the value of the tableIteration property.
 void setTableNullDate(TableNullDate value)
          Sets the value of the tableNullDate property.
 void setTableNullYear(String value)
          Sets the value of the tableNullYear property.
 void setTablePrecisionAsShown(String value)
          Sets the value of the tablePrecisionAsShown property.
 void setTableSearchCriteriaMustApplyToWholeCell(String value)
          Sets the value of the tableSearchCriteriaMustApplyToWholeCell property.
 void setTableUseRegularExpressions(String value)
          Sets the value of the tableUseRegularExpressions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableAutomaticFindLabels

protected String tableAutomaticFindLabels

tableCaseSensitive

protected String tableCaseSensitive

tableIteration

protected TableIteration tableIteration

tableNullDate

protected TableNullDate tableNullDate

tableNullYear

protected String tableNullYear

tablePrecisionAsShown

protected String tablePrecisionAsShown

tableSearchCriteriaMustApplyToWholeCell

protected String tableSearchCriteriaMustApplyToWholeCell

tableUseRegularExpressions

protected String tableUseRegularExpressions
Constructor Detail

TableCalculationSettings

public TableCalculationSettings()
Method Detail

getTableAutomaticFindLabels

public String getTableAutomaticFindLabels()
Gets the value of the tableAutomaticFindLabels property.

Returns:
possible object is String

getTableCaseSensitive

public String getTableCaseSensitive()
Gets the value of the tableCaseSensitive property.

Returns:
possible object is String

getTableIteration

public TableIteration getTableIteration()
Gets the value of the tableIteration property.

Returns:
possible object is TableIteration

getTableNullDate

public TableNullDate getTableNullDate()
Gets the value of the tableNullDate property.

Returns:
possible object is TableNullDate

getTableNullYear

public String getTableNullYear()
Gets the value of the tableNullYear property.

Returns:
possible object is String

getTablePrecisionAsShown

public String getTablePrecisionAsShown()
Gets the value of the tablePrecisionAsShown property.

Returns:
possible object is String

getTableSearchCriteriaMustApplyToWholeCell

public String getTableSearchCriteriaMustApplyToWholeCell()
Gets the value of the tableSearchCriteriaMustApplyToWholeCell property.

Returns:
possible object is String

getTableUseRegularExpressions

public String getTableUseRegularExpressions()
Gets the value of the tableUseRegularExpressions property.

Returns:
possible object is String

setTableAutomaticFindLabels

public void setTableAutomaticFindLabels(String value)
Sets the value of the tableAutomaticFindLabels property.

Parameters:
value - allowed object is String

setTableCaseSensitive

public void setTableCaseSensitive(String value)
Sets the value of the tableCaseSensitive property.

Parameters:
value - allowed object is String

setTableIteration

public void setTableIteration(TableIteration value)
Sets the value of the tableIteration property.

Parameters:
value - allowed object is TableIteration

setTableNullDate

public void setTableNullDate(TableNullDate value)
Sets the value of the tableNullDate property.

Parameters:
value - allowed object is TableNullDate

setTableNullYear

public void setTableNullYear(String value)
Sets the value of the tableNullYear property.

Parameters:
value - allowed object is String

setTablePrecisionAsShown

public void setTablePrecisionAsShown(String value)
Sets the value of the tablePrecisionAsShown property.

Parameters:
value - allowed object is String

setTableSearchCriteriaMustApplyToWholeCell

public void setTableSearchCriteriaMustApplyToWholeCell(String value)
Sets the value of the tableSearchCriteriaMustApplyToWholeCell property.

Parameters:
value - allowed object is String

setTableUseRegularExpressions

public void setTableUseRegularExpressions(String value)
Sets the value of the tableUseRegularExpressions property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.