public final class BoolEval extends Object implements NumericValueEval, StringValueEval, HyperlinkEval
Modifier and Type | Field and Description |
---|---|
static BoolEval |
FALSE |
static BoolEval |
TRUE |
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue() |
Hyperlink |
getHyperlink()
Returns the associated hyperlink if this ValueEval is a label of the HYPERLINK function.
|
double |
getNumberValue() |
String |
getStringValue() |
void |
setHyperlink(Hyperlink hyperlink)
Sets the associated hyperlink if this ValueEval is a label of the HYPERLINK function.
|
String |
toString() |
static BoolEval |
valueOf(boolean b)
Convenience method for the following:
(b ? BoolEval.TRUE : BoolEval.FALSE) |
public static final BoolEval valueOf(boolean b)
(b ? BoolEval.TRUE : BoolEval.FALSE)
public boolean getBooleanValue()
public double getNumberValue()
getNumberValue
in interface NumericValueEval
public String getStringValue()
getStringValue
in interface StringValueEval
null
, possibly empty string.public void setHyperlink(Hyperlink hyperlink)
HyperlinkEval
setHyperlink
in interface HyperlinkEval
hyperlink
- the associated hyperlinkpublic Hyperlink getHyperlink()
HyperlinkEval
getHyperlink
in interface HyperlinkEval
Copyright © 2020. All rights reserved.