public class ColumnInfo extends Object implements Comparable<ColumnInfo>
| Constructor and Description |
|---|
ColumnInfo(int columnIndex,
List<Object> dataList,
int type,
Integer flag) |
ColumnInfo(int columnIndex,
Object data,
int type) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object data) |
int |
compareTo(ColumnInfo c) |
List<Object> |
getDataList() |
int |
getIndex() |
int |
getType() |
public ColumnInfo(int columnIndex,
Object data,
int type)
public void add(Object data)
public int getType()
public int getIndex()
public int compareTo(ColumnInfo c)
compareTo in interface Comparable<ColumnInfo>Copyright © 2023. All rights reserved.