|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableChangeTrackTableCell
public class TableChangeTrackTableCell
| Field Summary | |
|---|---|
protected String |
tableCellAddress
|
protected String |
tableDateValue
|
protected String |
tableFormula
|
protected String |
tableMatrixCovered
|
protected String |
tableNumberMatrixColumnsSpanned
|
protected String |
tableNumberMatrixRowsSpanned
|
protected String |
tableStringValue
|
protected String |
tableTimeValue
|
protected String |
tableValue
|
protected String |
tableValueType
|
protected List<TextP> |
textP
|
| Constructor Summary | |
|---|---|
TableChangeTrackTableCell()
|
|
| Method Summary | |
|---|---|
String |
getTableCellAddress()
Gets the value of the tableCellAddress property. |
String |
getTableDateValue()
Gets the value of the tableDateValue property. |
String |
getTableFormula()
Gets the value of the tableFormula property. |
String |
getTableMatrixCovered()
Gets the value of the tableMatrixCovered property. |
String |
getTableNumberMatrixColumnsSpanned()
Gets the value of the tableNumberMatrixColumnsSpanned property. |
String |
getTableNumberMatrixRowsSpanned()
Gets the value of the tableNumberMatrixRowsSpanned property. |
String |
getTableStringValue()
Gets the value of the tableStringValue property. |
String |
getTableTimeValue()
Gets the value of the tableTimeValue property. |
String |
getTableValue()
Gets the value of the tableValue property. |
String |
getTableValueType()
Gets the value of the tableValueType property. |
List<TextP> |
getTextP()
Gets the value of the textP property. |
void |
setTableCellAddress(String value)
Sets the value of the tableCellAddress property. |
void |
setTableDateValue(String value)
Sets the value of the tableDateValue property. |
void |
setTableFormula(String value)
Sets the value of the tableFormula property. |
void |
setTableMatrixCovered(String value)
Sets the value of the tableMatrixCovered property. |
void |
setTableNumberMatrixColumnsSpanned(String value)
Sets the value of the tableNumberMatrixColumnsSpanned property. |
void |
setTableNumberMatrixRowsSpanned(String value)
Sets the value of the tableNumberMatrixRowsSpanned property. |
void |
setTableStringValue(String value)
Sets the value of the tableStringValue property. |
void |
setTableTimeValue(String value)
Sets the value of the tableTimeValue property. |
void |
setTableValue(String value)
Sets the value of the tableValue property. |
void |
setTableValueType(String value)
Sets the value of the tableValueType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String tableCellAddress
protected String tableDateValue
protected String tableFormula
protected String tableMatrixCovered
protected String tableNumberMatrixColumnsSpanned
protected String tableNumberMatrixRowsSpanned
protected String tableStringValue
protected String tableTimeValue
protected String tableValue
protected String tableValueType
protected List<TextP> textP
| Constructor Detail |
|---|
public TableChangeTrackTableCell()
| Method Detail |
|---|
public String getTableCellAddress()
Stringpublic String getTableDateValue()
Stringpublic String getTableFormula()
Stringpublic String getTableMatrixCovered()
Stringpublic String getTableNumberMatrixColumnsSpanned()
Stringpublic String getTableNumberMatrixRowsSpanned()
Stringpublic String getTableStringValue()
Stringpublic String getTableTimeValue()
Stringpublic String getTableValue()
Stringpublic String getTableValueType()
Stringpublic List<TextP> getTextP()
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 textP property.
For example, to add a new item, do as follows:
getTextP().add(newItem);
Objects of the following type(s) are allowed in the list TextP
public void setTableCellAddress(String value)
value - allowed object is Stringpublic void setTableDateValue(String value)
value - allowed object is Stringpublic void setTableFormula(String value)
value - allowed object is Stringpublic void setTableMatrixCovered(String value)
value - allowed object is Stringpublic void setTableNumberMatrixColumnsSpanned(String value)
value - allowed object is Stringpublic void setTableNumberMatrixRowsSpanned(String value)
value - allowed object is Stringpublic void setTableStringValue(String value)
value - allowed object is Stringpublic void setTableTimeValue(String value)
value - allowed object is Stringpublic void setTableValue(String value)
value - allowed object is Stringpublic void setTableValueType(String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||