| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableDataPilotTable
public class TableDataPilotTable
| Field Summary | |
|---|---|
| protected  String | tableApplicationData | 
| protected  String | tableButtons | 
| protected  List<Object> | tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange | 
| protected  List<TableDataPilotField> | tableDataPilotField | 
| protected  String | tableGrandTotal | 
| protected  String | tableIdentifyCategories | 
| protected  String | tableIgnoreEmptyRows | 
| protected  String | tableName | 
| protected  String | tableTargetRangeAddress | 
| Constructor Summary | |
|---|---|
| TableDataPilotTable() | |
| Method Summary | |
|---|---|
|  String | getTableApplicationData()Gets the value of the tableApplicationData property. | 
|  String | getTableButtons()Gets the value of the tableButtons property. | 
|  List<Object> | getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange()Gets the value of the tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange property. | 
|  List<TableDataPilotField> | getTableDataPilotField()Gets the value of the tableDataPilotField property. | 
|  String | getTableGrandTotal()Gets the value of the tableGrandTotal property. | 
|  String | getTableIdentifyCategories()Gets the value of the tableIdentifyCategories property. | 
|  String | getTableIgnoreEmptyRows()Gets the value of the tableIgnoreEmptyRows property. | 
|  String | getTableName()Gets the value of the tableName property. | 
|  String | getTableTargetRangeAddress()Gets the value of the tableTargetRangeAddress property. | 
|  void | setTableApplicationData(String value)Sets the value of the tableApplicationData property. | 
|  void | setTableButtons(String value)Sets the value of the tableButtons property. | 
|  void | setTableGrandTotal(String value)Sets the value of the tableGrandTotal property. | 
|  void | setTableIdentifyCategories(String value)Sets the value of the tableIdentifyCategories property. | 
|  void | setTableIgnoreEmptyRows(String value)Sets the value of the tableIgnoreEmptyRows property. | 
|  void | setTableName(String value)Sets the value of the tableName 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 tableApplicationData
protected String tableButtons
protected List<Object> tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange
protected List<TableDataPilotField> tableDataPilotField
protected String tableGrandTotal
protected String tableIdentifyCategories
protected String tableIgnoreEmptyRows
protected String tableName
protected String tableTargetRangeAddress
| Constructor Detail | 
|---|
public TableDataPilotTable()
| Method Detail | 
|---|
public String getTableApplicationData()
Stringpublic String getTableButtons()
Stringpublic List<Object> getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange()
 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
 tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange
 property.
 
 
For example, to add a new item, do as follows:
getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange().add(newItem);
 Objects of the following type(s) are allowed in the list TableDatabaseSourceSql
 TableDatabaseSourceTable TableDatabaseSourceQuery
 TableSourceService TableSourceCellRange
public List<TableDataPilotField> getTableDataPilotField()
 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 tableDataPilotField property.
 
 
For example, to add a new item, do as follows:
getTableDataPilotField().add(newItem);
 Objects of the following type(s) are allowed in the list TableDataPilotField
public String getTableGrandTotal()
Stringpublic String getTableIdentifyCategories()
Stringpublic String getTableIgnoreEmptyRows()
Stringpublic String getTableName()
Stringpublic String getTableTargetRangeAddress()
Stringpublic void setTableApplicationData(String value)
value - allowed object is Stringpublic void setTableButtons(String value)
value - allowed object is Stringpublic void setTableGrandTotal(String value)
value - allowed object is Stringpublic void setTableIdentifyCategories(String value)
value - allowed object is Stringpublic void setTableIgnoreEmptyRows(String value)
value - allowed object is Stringpublic void setTableName(String value)
value - allowed object is Stringpublic 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 | ||||||||