|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableSort
public class TableSort
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 |
---|
protected String tableAlgorithm
protected String tableBindStylesToContent
protected String tableCaseSensitive
protected String tableCountry
protected String tableLanguage
protected List<TableSortBy> tableSortBy
protected String tableTargetRangeAddress
Constructor Detail |
---|
public TableSort()
Method Detail |
---|
public String getTableAlgorithm()
String
public String getTableBindStylesToContent()
String
public String getTableCaseSensitive()
String
public String getTableCountry()
String
public String getTableLanguage()
String
public List<TableSortBy> getTableSortBy()
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
public String getTableTargetRangeAddress()
String
public void setTableAlgorithm(String value)
value
- allowed object is String
public void setTableBindStylesToContent(String value)
value
- allowed object is String
public void setTableCaseSensitive(String value)
value
- allowed object is String
public void setTableCountry(String value)
value
- allowed object is String
public void setTableLanguage(String value)
value
- allowed object is String
public void setTableTargetRangeAddress(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |