| Constructor and Description |
|---|
BooleanValue(Boolean value)
Builds a BooleanValue from a boolean
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static BooleanValue |
from(Object o) |
int |
hashCode() |
void |
setToCell(TableCell tableCell)
Set this value in the cell
|
public BooleanValue(Boolean value)
value - the booleanpublic static BooleanValue from(Object o) throws FastOdsException
o - the object to castFastOdsException - if the cast was not possiblepublic void setToCell(TableCell tableCell)
CellValueCopyright © 2016–2021. All rights reserved.