org.jopendocument.model.table
Class TableContentValidation

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

public class TableContentValidation
extends Object


Field Summary
protected  String tableAllowEmptyCell
           
protected  String tableBaseCellAddress
           
protected  String tableCondition
           
protected  List<Object> tableErrorMessageOrTableErrorMacroOrOfficeEvents
           
protected  TableHelpMessage tableHelpMessage
           
protected  String tableName
           
protected  String tableShowList
           
 
Constructor Summary
TableContentValidation()
           
 
Method Summary
 String getTableAllowEmptyCell()
          Gets the value of the tableAllowEmptyCell property.
 String getTableBaseCellAddress()
          Gets the value of the tableBaseCellAddress property.
 String getTableCondition()
          Gets the value of the tableCondition property.
 List<Object> getTableErrorMessageOrTableErrorMacroOrOfficeEvents()
          Gets the value of the tableErrorMessageOrTableErrorMacroOrOfficeEvents property.
 TableHelpMessage getTableHelpMessage()
          Gets the value of the tableHelpMessage property.
 String getTableName()
          Gets the value of the tableName property.
 String getTableShowList()
          Gets the value of the tableShowList property.
 void setTableAllowEmptyCell(String value)
          Sets the value of the tableAllowEmptyCell property.
 void setTableBaseCellAddress(String value)
          Sets the value of the tableBaseCellAddress property.
 void setTableCondition(String value)
          Sets the value of the tableCondition property.
 void setTableHelpMessage(TableHelpMessage value)
          Sets the value of the tableHelpMessage property.
 void setTableName(String value)
          Sets the value of the tableName property.
 void setTableShowList(String value)
          Sets the value of the tableShowList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableAllowEmptyCell

protected String tableAllowEmptyCell

tableBaseCellAddress

protected String tableBaseCellAddress

tableCondition

protected String tableCondition

tableErrorMessageOrTableErrorMacroOrOfficeEvents

protected List<Object> tableErrorMessageOrTableErrorMacroOrOfficeEvents

tableHelpMessage

protected TableHelpMessage tableHelpMessage

tableName

protected String tableName

tableShowList

protected String tableShowList
Constructor Detail

TableContentValidation

public TableContentValidation()
Method Detail

getTableAllowEmptyCell

public String getTableAllowEmptyCell()
Gets the value of the tableAllowEmptyCell property.

Returns:
possible object is String

getTableBaseCellAddress

public String getTableBaseCellAddress()
Gets the value of the tableBaseCellAddress property.

Returns:
possible object is String

getTableCondition

public String getTableCondition()
Gets the value of the tableCondition property.

Returns:
possible object is String

getTableErrorMessageOrTableErrorMacroOrOfficeEvents

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

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

 getTableErrorMessageOrTableErrorMacroOrOfficeEvents().add(newItem);
 

Objects of the following type(s) are allowed in the list TableErrorMessage TableErrorMacro OfficeEvents


getTableHelpMessage

public TableHelpMessage getTableHelpMessage()
Gets the value of the tableHelpMessage property.

Returns:
possible object is TableHelpMessage

getTableName

public String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

getTableShowList

public String getTableShowList()
Gets the value of the tableShowList property.

Returns:
possible object is String

setTableAllowEmptyCell

public void setTableAllowEmptyCell(String value)
Sets the value of the tableAllowEmptyCell property.

Parameters:
value - allowed object is String

setTableBaseCellAddress

public void setTableBaseCellAddress(String value)
Sets the value of the tableBaseCellAddress property.

Parameters:
value - allowed object is String

setTableCondition

public void setTableCondition(String value)
Sets the value of the tableCondition property.

Parameters:
value - allowed object is String

setTableHelpMessage

public void setTableHelpMessage(TableHelpMessage value)
Sets the value of the tableHelpMessage property.

Parameters:
value - allowed object is TableHelpMessage

setTableName

public void setTableName(String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String

setTableShowList

public void setTableShowList(String value)
Sets the value of the tableShowList property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.