org.melati.poem.csv
Class CSVField

Package class diagram package CSVField
java.lang.Object
  extended by org.melati.poem.csv.CSVField

public class CSVField
extends Object

A field within a record of a CSV file.


Constructor Summary
CSVField(CSVColumn column, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVField

public CSVField(CSVColumn column,
                String value)
Parameters:
column - the column this field is in
value - the field value as a string


Copyright © 2000-2010 PanEris. All Rights Reserved.