public final class StringEval extends Object implements StringValueEval, HyperlinkEval
| Modifier and Type | Field and Description |
|---|---|
static StringEval |
EMPTY_INSTANCE |
| Constructor and Description |
|---|
StringEval(Ptg ptg) |
StringEval(String value) |
| Modifier and Type | Method and Description |
|---|---|
Hyperlink |
getHyperlink()
Returns the associated hyperlink if this ValueEval is a label of the HYPERLINK function.
|
String |
getStringValue() |
void |
setHyperlink(Hyperlink hyperlink)
Sets the associated hyperlink if this ValueEval is a label of the HYPERLINK function.
|
String |
toString() |
public static final StringEval EMPTY_INSTANCE
public String getStringValue()
getStringValue in interface StringValueEvalnull, possibly empty string.public void setHyperlink(Hyperlink hyperlink)
HyperlinkEvalsetHyperlink in interface HyperlinkEvalhyperlink - the associated hyperlinkpublic Hyperlink getHyperlink()
HyperlinkEvalgetHyperlink in interface HyperlinkEvalCopyright © 2020. All rights reserved.