public class TableColumnValues extends Object
| 构造器和说明 |
|---|
TableColumnValues(Table table,
List<ColumnValue> columnValues)
构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ColumnValue> |
getColumnValues()
Gets the value of columnValues
|
Table |
getTable()
Gets the value of table
|
void |
setColumnValues(List<ColumnValue> columnValues)
Sets the columnValues
You can use getColumnValues() to get the value of columnValues
|
void |
setTable(Table table)
Sets the table
You can use getTable() to get the value of table
|
public TableColumnValues(Table table, List<ColumnValue> columnValues)
table - 表columnValues - 列值public Table getTable()
public void setTable(Table table)
You can use getTable() to get the value of table
table - tablepublic List<ColumnValue> getColumnValues()
public void setColumnValues(List<ColumnValue> columnValues)
You can use getColumnValues() to get the value of columnValues
columnValues - columnValuesCopyright © 2020 IBIT程序猿. All rights reserved.