public class FPLiteralString extends Object implements FormulaPart
| Constructor and Description |
|---|
FPLiteralString(String string) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
void |
toFormated(StringBuilder b,
int indent)
Return the internal formated representation
|
String |
toJson() |
String |
toString() |
public FPLiteralString(String string)
public String getValue()
public void toFormated(StringBuilder b, int indent)
FormulaParttoFormated in interface FormulaPartb - StringBuilder for resultindent - indent size in whitespace symbolspublic String toJson()
toJson in interface FormulaPartCopyright © 2018. All rights reserved.