public class AnalysisCell extends Object
| 构造器和说明 |
|---|
AnalysisCell() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
WriteTemplateAnalysisCellTypeEnum |
getCellType() |
int |
getColumnIndex() |
Boolean |
getFirstColumn() |
Boolean |
getOnlyOneVariable() |
List<String> |
getPrepareDataList() |
int |
getRowIndex() |
List<String> |
getVariableList() |
int |
hashCode() |
void |
setCellType(WriteTemplateAnalysisCellTypeEnum cellType) |
void |
setColumnIndex(int columnIndex) |
void |
setFirstColumn(Boolean firstColumn) |
void |
setOnlyOneVariable(Boolean onlyOneVariable) |
void |
setPrepareDataList(List<String> prepareDataList) |
void |
setRowIndex(int rowIndex) |
void |
setVariableList(List<String> variableList) |
public int getColumnIndex()
public void setColumnIndex(int columnIndex)
public int getRowIndex()
public void setRowIndex(int rowIndex)
public Boolean getOnlyOneVariable()
public void setOnlyOneVariable(Boolean onlyOneVariable)
public WriteTemplateAnalysisCellTypeEnum getCellType()
public void setCellType(WriteTemplateAnalysisCellTypeEnum cellType)
public Boolean getFirstColumn()
public void setFirstColumn(Boolean firstColumn)
Copyright © 2018–2020 Alibaba Group. All rights reserved.