public class AnalysisCell extends Object
| 构造器和说明 |
|---|
AnalysisCell() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
WriteTemplateAnalysisCellTypeEnum |
getCellType() |
int |
getColumnIndex() |
Boolean |
getOnlyOneVariable() |
List<String> |
getPrepareDataList() |
int |
getRowIndex() |
List<String> |
getVariableList() |
int |
hashCode() |
void |
setCellType(WriteTemplateAnalysisCellTypeEnum cellType) |
void |
setColumnIndex(int columnIndex) |
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)
Copyright © 2018–2019 Alibaba Group. All rights reserved.