com.crocus.examples.csv.fields
Class DoubleField

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

public class DoubleField
extends Object
implements CSVField

Title:

Description:

Copyright:

Company:

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

Constructor Summary
DoubleField(double value)
           
 
Method Summary
 double getDouble()
           
 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

DoubleField

public DoubleField(double value)
Parameters:
value - double
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

getDouble

public double getDouble()
Returns:
double

toString

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

Crocus - The First Flower of Spring