Class CsvParseResult
public class CsvParseResult
extends Object
Represents the parsed result(value and number format).
-
Constructor Summary
Constructors
Create a CsvParseResult object.
-
Method Summary
Gets the parsed number format.
void
Sets the parsed number format.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CsvParseResult
Create a CsvParseResult object.
-
Method Details
-
getValue
Gets the parsed value.
-
setValue
public void setValue(Object value)
Sets the custom value. The value should be double, string, bool or CalcError, other data will be discarded.
-
-