Class CsvParseResult
public class CsvParseResult
extends Object
代表了解析的结果(值和数字格式)。
-
Constructor Summary
Constructors
-
Method Summary
void
void
设置自定义值。该值应为双精度浮点型、字符串、布尔值或错误值,其他数据将被丢弃。
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CsvParseResult
创建一个CsvParseResult对象。
-
Method Details
-
-
setValue
public void setValue(Object value)
设置自定义值。该值应为双精度浮点型、字符串、布尔值或错误值,其他数据将被丢弃。
-
-