public class CSVField extends Object
Constructor and Description |
---|
CSVField() |
CSVField(String name) |
CSVField(String name,
int size) |
Modifier and Type | Method and Description |
---|---|
int |
getFill() |
String |
getName() |
int |
getSize() |
boolean |
overrideFill()
Does this field override fill ?
|
void |
setFill(int fill)
Sets overrideFill to true.
|
void |
setName(String name)
Set the name of the field
|
void |
setSize(int size)
Set the size of the field.
|
public CSVField()
public CSVField(String name)
name
- the name of the fieldpublic CSVField(String name, int size)
name
- the name of the fieldsize
- the size of the fieldpublic String getName()
public void setName(String name)
name
- the namepublic int getSize()
public void setSize(int size)
size
- the size of the field.public int getFill()
public void setFill(int fill)
fill
- the file patternpublic boolean overrideFill()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.