public class CellValue extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected SCell.CellType |
cellType |
protected Object |
value |
Modifier | Constructor and Description |
---|---|
|
CellValue() |
|
CellValue(Boolean bool) |
|
CellValue(Double number) |
protected |
CellValue(SCell.CellType type,
Object value) |
|
CellValue(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SCell.CellType |
getType() |
Object |
getValue() |
int |
hashCode() |
protected SCell.CellType cellType
protected Object value
public CellValue(String value)
public CellValue(Double number)
public CellValue(Boolean bool)
public CellValue()
protected CellValue(SCell.CellType type, Object value)
Copyright © 2020. All rights reserved.