|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableFilter
public class TableFilter
| Constructor Summary | |
|---|---|
TableFilter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTableConditionSource()
Gets the value of the tableConditionSource property. |
java.lang.String |
getTableConditionSourceRangeAddress()
Gets the value of the tableConditionSourceRangeAddress property. |
java.lang.String |
getTableDisplayDuplicates()
Gets the value of the tableDisplayDuplicates property. |
java.util.List<java.lang.Object> |
getTableFilterConditionOrTableFilterAndOrTableFilterOr()
Gets the value of the tableFilterConditionOrTableFilterAndOrTableFilterOr property. |
java.lang.String |
getTableTargetRangeAddress()
Gets the value of the tableTargetRangeAddress property. |
void |
setTableConditionSource(java.lang.String value)
Sets the value of the tableConditionSource property. |
void |
setTableConditionSourceRangeAddress(java.lang.String value)
Sets the value of the tableConditionSourceRangeAddress property. |
void |
setTableDisplayDuplicates(java.lang.String value)
Sets the value of the tableDisplayDuplicates property. |
void |
setTableTargetRangeAddress(java.lang.String value)
Sets the value of the tableTargetRangeAddress property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableFilter()
| Method Detail |
|---|
public java.lang.String getTableConditionSource()
Stringpublic java.lang.String getTableConditionSourceRangeAddress()
Stringpublic java.lang.String getTableDisplayDuplicates()
Stringpublic java.util.List<java.lang.Object> getTableFilterConditionOrTableFilterAndOrTableFilterOr()
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
tableFilterConditionOrTableFilterAndOrTableFilterOr property.
For example, to add a new item, do as follows:
getTableFilterConditionOrTableFilterAndOrTableFilterOr().add(newItem);
Objects of the following type(s) are allowed in the list TableFilterCondition
TableFilterAnd TableFilterOr
public java.lang.String getTableTargetRangeAddress()
Stringpublic void setTableConditionSource(java.lang.String value)
value - allowed object is Stringpublic void setTableConditionSourceRangeAddress(java.lang.String value)
value - allowed object is Stringpublic void setTableDisplayDuplicates(java.lang.String value)
value - allowed object is Stringpublic void setTableTargetRangeAddress(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||