public class TxtLoadStyleStrategy
Field Summary | ||
---|---|---|
static final int | NONE | |
Does not set style for the parsed value.
|
||
static final int | BUILT_IN | |
Set the style as built-in number/datetime when the parsed value are plain numeric/datetime values.
|
||
static final int | EXACT_FORMAT | |
Set the exact custom format for the parsed value to make the formatted value be same with the original input one.
|
public static final int NONE
public static final int BUILT_IN
public static final int EXACT_FORMAT