org.jopendocument.model.table
Class TableFilter

java.lang.Object
  extended by org.jopendocument.model.table.TableFilter

public class TableFilter
extends Object


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

tableConditionSource

protected String tableConditionSource

tableConditionSourceRangeAddress

protected String tableConditionSourceRangeAddress

tableDisplayDuplicates

protected String tableDisplayDuplicates

tableFilterConditionOrTableFilterAndOrTableFilterOr

protected List<Object> tableFilterConditionOrTableFilterAndOrTableFilterOr

tableTargetRangeAddress

protected String tableTargetRangeAddress
Constructor Detail

TableFilter

public TableFilter()
Method Detail

getTableConditionSource

public String getTableConditionSource()
Gets the value of the tableConditionSource property.

Returns:
possible object is String

getTableConditionSourceRangeAddress

public String getTableConditionSourceRangeAddress()
Gets the value of the tableConditionSourceRangeAddress property.

Returns:
possible object is String

getTableDisplayDuplicates

public String getTableDisplayDuplicates()
Gets the value of the tableDisplayDuplicates property.

Returns:
possible object is String

getTableFilterConditionOrTableFilterAndOrTableFilterOr

public List<Object> getTableFilterConditionOrTableFilterAndOrTableFilterOr()
Gets the value of the tableFilterConditionOrTableFilterAndOrTableFilterOr property.

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


getTableTargetRangeAddress

public String getTableTargetRangeAddress()
Gets the value of the tableTargetRangeAddress property.

Returns:
possible object is String

setTableConditionSource

public void setTableConditionSource(String value)
Sets the value of the tableConditionSource property.

Parameters:
value - allowed object is String

setTableConditionSourceRangeAddress

public void setTableConditionSourceRangeAddress(String value)
Sets the value of the tableConditionSourceRangeAddress property.

Parameters:
value - allowed object is String

setTableDisplayDuplicates

public void setTableDisplayDuplicates(String value)
Sets the value of the tableDisplayDuplicates property.

Parameters:
value - allowed object is String

setTableTargetRangeAddress

public void setTableTargetRangeAddress(String value)
Sets the value of the tableTargetRangeAddress property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.