Package io.keikai.model.impl
Class CellValue
- java.lang.Object
-
- io.keikai.model.impl.CellValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FormulaResultCellValue
public class CellValue extends Object implements Serializable
- Since:
- 3.5.0
- Author:
- Dennis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SCell.CellType
cellType
protected Object
value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
SCell.CellType
getType()
Object
getValue()
int
hashCode()
-
-
-
Field Detail
-
cellType
protected SCell.CellType cellType
-
value
protected Object value
-
-
Constructor Detail
-
CellValue
public CellValue(String value)
-
CellValue
public CellValue(Double number)
-
CellValue
public CellValue(Boolean bool)
-
CellValue
public CellValue()
-
CellValue
protected CellValue(SCell.CellType type, Object value)
-
-