org.jopendocument.model.table
Class TableFilter

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

public class TableFilter
extends java.lang.Object


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

TableFilter

public TableFilter()
Method Detail

getTableConditionSource

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

Returns:
possible object is String

getTableConditionSourceRangeAddress

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

Returns:
possible object is String

getTableDisplayDuplicates

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

Returns:
possible object is String

getTableFilterConditionOrTableFilterAndOrTableFilterOr

public java.util.List<java.lang.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 java.lang.String getTableTargetRangeAddress()
Gets the value of the tableTargetRangeAddress property.

Returns:
possible object is String

setTableConditionSource

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

Parameters:
value - allowed object is String

setTableConditionSourceRangeAddress

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

Parameters:
value - allowed object is String

setTableDisplayDuplicates

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

Parameters:
value - allowed object is String

setTableTargetRangeAddress

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

Parameters:
value - allowed object is String