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 java.lang.StringgetStringValue() 
 -