org.jopendocument.model.table
Class TableDetective

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

public class TableDetective
extends Object


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

Field Detail

tableHighlightedRange

protected List<TableHighlightedRange> tableHighlightedRange

tableOperation

protected List<TableOperation> tableOperation
Constructor Detail

TableDetective

public TableDetective()
Method Detail

getTableHighlightedRange

public 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 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



Copyright © 2010 jOpenDocument All Rights Reserved.