| Constructor and Description |
|---|
ReadCellData(BigDecimal numberValue) |
ReadCellData(Boolean booleanValue) |
ReadCellData(CellDataTypeEnum type) |
ReadCellData(CellDataTypeEnum type,
String stringValue) |
ReadCellData(String stringValue) |
ReadCellData(T data) |
| Modifier and Type | Method and Description |
|---|---|
ReadCellData<Object> |
clone() |
static ReadCellData<?> |
newEmptyInstance() |
static ReadCellData<?> |
newEmptyInstance(Integer rowIndex,
Integer columnIndex) |
static ReadCellData<?> |
newInstance(BigDecimal numberValue,
Integer rowIndex,
Integer columnIndex) |
static ReadCellData<?> |
newInstance(Boolean booleanValue) |
static ReadCellData<?> |
newInstance(Boolean booleanValue,
Integer rowIndex,
Integer columnIndex) |
static ReadCellData<?> |
newInstance(String stringValue,
Integer rowIndex,
Integer columnIndex) |
checkEmptyequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnIndex, getRowIndexpublic ReadCellData(CellDataTypeEnum type)
public ReadCellData(T data)
public ReadCellData(String stringValue)
public ReadCellData(CellDataTypeEnum type, String stringValue)
public ReadCellData(BigDecimal numberValue)
public ReadCellData(Boolean booleanValue)
public static ReadCellData<?> newEmptyInstance()
public static ReadCellData<?> newEmptyInstance(Integer rowIndex, Integer columnIndex)
public static ReadCellData<?> newInstance(Boolean booleanValue)
public static ReadCellData<?> newInstance(Boolean booleanValue, Integer rowIndex, Integer columnIndex)
public static ReadCellData<?> newInstance(String stringValue, Integer rowIndex, Integer columnIndex)
public static ReadCellData<?> newInstance(BigDecimal numberValue, Integer rowIndex, Integer columnIndex)
public ReadCellData<Object> clone()
Copyright © 2018–2023 Alibaba Group. All rights reserved.