|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableNamedExpression
public class TableNamedExpression
Field Summary | |
---|---|
protected String |
tableBaseCellAddress
|
protected String |
tableExpression
|
protected String |
tableName
|
Constructor Summary | |
---|---|
TableNamedExpression()
|
Method Summary | |
---|---|
String |
getTableBaseCellAddress()
Gets the value of the tableBaseCellAddress property. |
String |
getTableExpression()
Gets the value of the tableExpression property. |
String |
getTableName()
Gets the value of the tableName property. |
void |
setTableBaseCellAddress(String value)
Sets the value of the tableBaseCellAddress property. |
void |
setTableExpression(String value)
Sets the value of the tableExpression property. |
void |
setTableName(String value)
Sets the value of the tableName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tableBaseCellAddress
protected String tableExpression
protected String tableName
Constructor Detail |
---|
public TableNamedExpression()
Method Detail |
---|
public String getTableBaseCellAddress()
String
public String getTableExpression()
String
public String getTableName()
String
public void setTableBaseCellAddress(String value)
value
- allowed object is String
public void setTableExpression(String value)
value
- allowed object is String
public void setTableName(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |