org.jopendocument.model.table
Class TableSort

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

public class TableSort
extends Object


Field Summary
protected  String tableAlgorithm
           
protected  String tableBindStylesToContent
           
protected  String tableCaseSensitive
           
protected  String tableCountry
           
protected  String tableLanguage
           
protected  List<TableSortBy> tableSortBy
           
protected  String tableTargetRangeAddress
           
 
Constructor Summary
TableSort()
           
 
Method Summary
 String getTableAlgorithm()
          Gets the value of the tableAlgorithm property.
 String getTableBindStylesToContent()
          Gets the value of the tableBindStylesToContent property.
 String getTableCaseSensitive()
          Gets the value of the tableCaseSensitive property.
 String getTableCountry()
          Gets the value of the tableCountry property.
 String getTableLanguage()
          Gets the value of the tableLanguage property.
 List<TableSortBy> getTableSortBy()
          Gets the value of the tableSortBy property.
 String getTableTargetRangeAddress()
          Gets the value of the tableTargetRangeAddress property.
 void setTableAlgorithm(String value)
          Sets the value of the tableAlgorithm property.
 void setTableBindStylesToContent(String value)
          Sets the value of the tableBindStylesToContent property.
 void setTableCaseSensitive(String value)
          Sets the value of the tableCaseSensitive property.
 void setTableCountry(String value)
          Sets the value of the tableCountry property.
 void setTableLanguage(String value)
          Sets the value of the tableLanguage property.
 void setTableTargetRangeAddress(String value)
          Sets the value of the tableTargetRangeAddress property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableAlgorithm

protected String tableAlgorithm

tableBindStylesToContent

protected String tableBindStylesToContent

tableCaseSensitive

protected String tableCaseSensitive

tableCountry

protected String tableCountry

tableLanguage

protected String tableLanguage

tableSortBy

protected List<TableSortBy> tableSortBy

tableTargetRangeAddress

protected String tableTargetRangeAddress
Constructor Detail

TableSort

public TableSort()
Method Detail

getTableAlgorithm

public String getTableAlgorithm()
Gets the value of the tableAlgorithm property.

Returns:
possible object is String

getTableBindStylesToContent

public String getTableBindStylesToContent()
Gets the value of the tableBindStylesToContent property.

Returns:
possible object is String

getTableCaseSensitive

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

Returns:
possible object is String

getTableCountry

public String getTableCountry()
Gets the value of the tableCountry property.

Returns:
possible object is String

getTableLanguage

public String getTableLanguage()
Gets the value of the tableLanguage property.

Returns:
possible object is String

getTableSortBy

public List<TableSortBy> getTableSortBy()
Gets the value of the tableSortBy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tableSortBy property.

For example, to add a new item, do as follows:

 getTableSortBy().add(newItem);
 

Objects of the following type(s) are allowed in the list TableSortBy


getTableTargetRangeAddress

public String getTableTargetRangeAddress()
Gets the value of the tableTargetRangeAddress property.

Returns:
possible object is String

setTableAlgorithm

public void setTableAlgorithm(String value)
Sets the value of the tableAlgorithm property.

Parameters:
value - allowed object is String

setTableBindStylesToContent

public void setTableBindStylesToContent(String value)
Sets the value of the tableBindStylesToContent 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

setTableCountry

public void setTableCountry(String value)
Sets the value of the tableCountry property.

Parameters:
value - allowed object is String

setTableLanguage

public void setTableLanguage(String value)
Sets the value of the tableLanguage property.

Parameters:
value - allowed object is String

setTableTargetRangeAddress

public void setTableTargetRangeAddress(String value)
Sets the value of the tableTargetRangeAddress property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.