org.jopendocument.model.table
Class TableDetective

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

public class TableDetective
extends java.lang.Object


Constructor Summary
TableDetective()
           
 
Method Summary
 java.util.List<TableHighlightedRange> getTableHighlightedRange()
          Gets the value of the tableHighlightedRange property.
 java.util.List<TableOperation> getTableOperation()
          Gets the value of the tableOperation property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDetective

public TableDetective()
Method Detail

getTableHighlightedRange

public java.util.List<TableHighlightedRange> getTableHighlightedRange()
Gets the value of the tableHighlightedRange 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 tableHighlightedRange property.

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

 getTableHighlightedRange().add(newItem);
 

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


getTableOperation

public java.util.List<TableOperation> getTableOperation()
Gets the value of the tableOperation 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 tableOperation property.

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

 getTableOperation().add(newItem);
 

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