Package org.apache.poi.ss.formula.eval
Interface StringValueEval
-
- All Superinterfaces:
ValueEval
- All Known Implementing Classes:
BoolEval
,NumberEval
,StringEval
public interface StringValueEval extends ValueEval
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getStringValue()
-
-
-
Method Detail
-
getStringValue
String getStringValue()
- Returns:
- never
null
, possibly empty string.
-
-