org.jopendocument.model.table
Class TableContentValidation

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

public class TableContentValidation
extends java.lang.Object


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

Constructor Detail

TableContentValidation

public TableContentValidation()
Method Detail

getTableAllowEmptyCell

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

Returns:
possible object is String

getTableBaseCellAddress

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

Returns:
possible object is String

getTableCondition

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

Returns:
possible object is String

getTableErrorMessageOrTableErrorMacroOrOfficeEvents

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

Returns:
possible object is String

getTableShowList

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

Returns:
possible object is String

setTableAllowEmptyCell

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

Parameters:
value - allowed object is String

setTableBaseCellAddress

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

Parameters:
value - allowed object is String

setTableCondition

public void setTableCondition(java.lang.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(java.lang.String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String

setTableShowList

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

Parameters:
value - allowed object is String