File
Doc
Category
Size
Date
Package
StringEval.java
API Doc
Apache Poi 3.0.1
1440
Sun Mar 11 12:59:28 GMT 2007
org.apache.poi.hssf.record.formula.eval
StringEval
java.lang.Object
public class StringEval extends Object implements StringValueEval
author
Amol S. Deshmukh < amolweb at ya hoo dot com >
Fields Summary
public static final StringEval
EMPTY_INSTANCE
private String
value
Constructors Summary
public StringEval
(
Ptg
ptg)
this.value = ((StringPtg) ptg).getValue();
public StringEval
(
String
value)
this.value = value;
Methods Summary
public
java.lang.String
getStringValue
()
return value;
Java Code Source