|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.csvman.TrimType
Enumeration of data field whitespace trimming options.
When loading CSV, each data field value may be surrounded by whitespace or other
characters that should be ignored. These characters are trimmed (removed) from the
final data field value string. The actual characters to ignore are set with
CsvSpec.setTrim(java.lang.String).
The trimming options are:
TrimType.Full.
CsvSpec.setTrim(java.lang.String),
Serialized Form| Field Summary | |
static TrimType |
End
Trim end of data field value |
static TrimType |
Full
Trim start and end of data field value |
static TrimType |
None
Do not trim data field value |
static TrimType |
Start
Trim start of data field value |
| Constructor Summary | |
protected |
TrimType(String pName)
|
| Method Summary | |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final TrimType None
public static final TrimType Start
public static final TrimType End
public static final TrimType Full
| Constructor Detail |
protected TrimType(String pName)
| Method Detail |
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||