|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public String getTableButtons()
String
public 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()
String
public String getTableIdentifyCategories()
String
public String getTableIgnoreEmptyRows()
String
public String getTableName()
String
public String getTableTargetRangeAddress()
String
public void setTableApplicationData(String value)
value
- allowed object is String
public void setTableButtons(String value)
value
- allowed object is String
public void setTableGrandTotal(String value)
value
- allowed object is String
public void setTableIdentifyCategories(String value)
value
- allowed object is String
public void setTableIgnoreEmptyRows(String value)
value
- allowed object is String
public void setTableName(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 |