com.crocus.examples.csv.fields
Class StringField

java.lang.Object
  extended by com.crocus.examples.csv.fields.StringField
All Implemented Interfaces:
CSVField

public class StringField
extends Object
implements CSVField

Title:

Description:

Copyright:

Company:

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

Constructor Summary
StringField(String value)
           
 
Method Summary
 String getString()
           
 int getType()
          get the type of the value
 Object getValue()
          get the current Value
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringField

public StringField(String value)
Parameters:
value - String
Method Detail

getType

public int getType()
Description copied from interface: CSVField
get the type of the value

Specified by:
getType in interface CSVField
Returns:
int

getValue

public Object getValue()
Description copied from interface: CSVField
get the current Value

Specified by:
getValue in interface CSVField
Returns:
Object

getString

public String getString()
Returns:
String

toString

public String toString()
Overrides:
toString in class Object
Returns:
String

Crocus - The First Flower of Spring