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 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.