|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableContentValidation
public class TableContentValidation
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 |
---|
protected String tableAllowEmptyCell
protected String tableBaseCellAddress
protected String tableCondition
protected List<Object> tableErrorMessageOrTableErrorMacroOrOfficeEvents
protected TableHelpMessage tableHelpMessage
protected String tableName
protected String tableShowList
Constructor Detail |
---|
public TableContentValidation()
Method Detail |
---|
public String getTableAllowEmptyCell()
String
public String getTableBaseCellAddress()
String
public String getTableCondition()
String
public List<Object> getTableErrorMessageOrTableErrorMacroOrOfficeEvents()
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
public TableHelpMessage getTableHelpMessage()
TableHelpMessage
public String getTableName()
String
public String getTableShowList()
String
public void setTableAllowEmptyCell(String value)
value
- allowed object is String
public void setTableBaseCellAddress(String value)
value
- allowed object is String
public void setTableCondition(String value)
value
- allowed object is String
public void setTableHelpMessage(TableHelpMessage value)
value
- allowed object is TableHelpMessage
public void setTableName(String value)
value
- allowed object is String
public void setTableShowList(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |