org.jopendocument.model.table
Class TableSubtotalRules

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

public class TableSubtotalRules
extends Object


Field Summary
protected  String tableBindStylesToContent
           
protected  String tableCaseSensitive
           
protected  String tablePageBreaksOnGroupChange
           
protected  List<Object> tableSortGroupsOrTableSubtotalRule
           
 
Constructor Summary
TableSubtotalRules()
           
 
Method Summary
 String getTableBindStylesToContent()
          Gets the value of the tableBindStylesToContent property.
 String getTableCaseSensitive()
          Gets the value of the tableCaseSensitive property.
 String getTablePageBreaksOnGroupChange()
          Gets the value of the tablePageBreaksOnGroupChange property.
 List<Object> getTableSortGroupsOrTableSubtotalRule()
          Gets the value of the tableSortGroupsOrTableSubtotalRule property.
 void setTableBindStylesToContent(String value)
          Sets the value of the tableBindStylesToContent property.
 void setTableCaseSensitive(String value)
          Sets the value of the tableCaseSensitive property.
 void setTablePageBreaksOnGroupChange(String value)
          Sets the value of the tablePageBreaksOnGroupChange property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableBindStylesToContent

protected String tableBindStylesToContent

tableCaseSensitive

protected String tableCaseSensitive

tablePageBreaksOnGroupChange

protected String tablePageBreaksOnGroupChange

tableSortGroupsOrTableSubtotalRule

protected List<Object> tableSortGroupsOrTableSubtotalRule
Constructor Detail

TableSubtotalRules

public TableSubtotalRules()
Method Detail

getTableBindStylesToContent

public String getTableBindStylesToContent()
Gets the value of the tableBindStylesToContent property.

Returns:
possible object is String

getTableCaseSensitive

public String getTableCaseSensitive()
Gets the value of the tableCaseSensitive property.

Returns:
possible object is String

getTablePageBreaksOnGroupChange

public String getTablePageBreaksOnGroupChange()
Gets the value of the tablePageBreaksOnGroupChange property.

Returns:
possible object is String

getTableSortGroupsOrTableSubtotalRule

public List<Object> getTableSortGroupsOrTableSubtotalRule()
Gets the value of the tableSortGroupsOrTableSubtotalRule 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 tableSortGroupsOrTableSubtotalRule property.

For example, to add a new item, do as follows:

 getTableSortGroupsOrTableSubtotalRule().add(newItem);
 

Objects of the following type(s) are allowed in the list TableSortGroups TableSubtotalRule


setTableBindStylesToContent

public void setTableBindStylesToContent(String value)
Sets the value of the tableBindStylesToContent property.

Parameters:
value - allowed object is String

setTableCaseSensitive

public void setTableCaseSensitive(String value)
Sets the value of the tableCaseSensitive property.

Parameters:
value - allowed object is String

setTablePageBreaksOnGroupChange

public void setTablePageBreaksOnGroupChange(String value)
Sets the value of the tablePageBreaksOnGroupChange property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.