com.crocus.examples.csv.fields
Interface CSVField

All Known Implementing Classes:
DateField, DoubleField, LongField, StringField

public interface CSVField

Title:

Description: A generic CSVField

Copyright:

Company:

Author:
M Shaaf
Email:
shaaf.m@gmail.com

Method Summary
 int getType()
          get the type of the value
 Object getValue()
          get the current Value
 

Method Detail

getType

int getType()
get the type of the value

Returns:
int

getValue

Object getValue()
get the current Value

Returns:
Object

Crocus - The First Flower of Spring