|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableFilter
public class TableFilter
Field Summary | |
---|---|
protected String |
tableConditionSource
|
protected String |
tableConditionSourceRangeAddress
|
protected String |
tableDisplayDuplicates
|
protected List<Object> |
tableFilterConditionOrTableFilterAndOrTableFilterOr
|
protected String |
tableTargetRangeAddress
|
Constructor Summary | |
---|---|
TableFilter()
|
Method Summary | |
---|---|
String |
getTableConditionSource()
Gets the value of the tableConditionSource property. |
String |
getTableConditionSourceRangeAddress()
Gets the value of the tableConditionSourceRangeAddress property. |
String |
getTableDisplayDuplicates()
Gets the value of the tableDisplayDuplicates property. |
List<Object> |
getTableFilterConditionOrTableFilterAndOrTableFilterOr()
Gets the value of the tableFilterConditionOrTableFilterAndOrTableFilterOr property. |
String |
getTableTargetRangeAddress()
Gets the value of the tableTargetRangeAddress property. |
void |
setTableConditionSource(String value)
Sets the value of the tableConditionSource property. |
void |
setTableConditionSourceRangeAddress(String value)
Sets the value of the tableConditionSourceRangeAddress property. |
void |
setTableDisplayDuplicates(String value)
Sets the value of the tableDisplayDuplicates 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 tableConditionSource
protected String tableConditionSourceRangeAddress
protected String tableDisplayDuplicates
protected List<Object> tableFilterConditionOrTableFilterAndOrTableFilterOr
protected String tableTargetRangeAddress
Constructor Detail |
---|
public TableFilter()
Method Detail |
---|
public String getTableConditionSource()
String
public String getTableConditionSourceRangeAddress()
String
public String getTableDisplayDuplicates()
String
public List<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 String getTableTargetRangeAddress()
String
public void setTableConditionSource(String value)
value
- allowed object is String
public void setTableConditionSourceRangeAddress(String value)
value
- allowed object is String
public void setTableDisplayDuplicates(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 |