public class FPValue extends Object implements FormulaPart
| Modifier and Type | Method and Description |
|---|---|
FPValue |
clone() |
String |
getFieldName() |
FormulaPart |
getFilter() |
FPValue |
getNext() |
FPValue |
getTargetPart()
Return target extracting value part
|
FPValue |
getWithoutEnd()
Return FPValue from start and withoun end step
|
void |
setFilter(FormulaPart filter) |
void |
setNext(FPValue next) |
void |
toFormated(StringBuilder b,
int indent)
Return the internal formated representation
|
String |
toJson() |
String |
toString() |
public FPValue(String fieldName)
public String getFieldName()
public FormulaPart getFilter()
public void setFilter(FormulaPart filter)
public FPValue getNext()
public void setNext(FPValue next)
public FPValue getWithoutEnd()
public FPValue getTargetPart()
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.