|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.solr.internal.csv.writer.CSVField
public class CSVField
Constructor Summary | |
---|---|
CSVField()
|
|
CSVField(String name)
|
|
CSVField(String name,
int size)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 fieldMethod Detail |
---|
public 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |