public class UnpivotModel extends Object implements Serializable
| 构造器和说明 |
|---|
UnpivotModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getColumnsToRows() |
int |
getGroupSize() |
String[] |
getNewColumnsLabels() |
UnpivotModel |
setColumnsToRows(String... columnsToRows) |
void |
setGroupSize(int groupSize) |
UnpivotModel |
setNewColumnsLabels(String... newColumnsLabels) |
public String[] getColumnsToRows()
public UnpivotModel setColumnsToRows(String... columnsToRows)
public String[] getNewColumnsLabels()
public UnpivotModel setNewColumnsLabels(String... newColumnsLabels)
public int getGroupSize()
public void setGroupSize(int groupSize)
Copyright © 2023. All rights reserved.