com.crocus.examples.csv.fields
Class LongField

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

public class LongField
extends Object
implements CSVField

Title:

Description:

Copyright:

Company:

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

Constructor Summary
LongField(Long value)
           
 
Method Summary
 long getLong()
           
 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

LongField

public LongField(Long value)
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

getLong

public long getLong()
Returns:
long

toString

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

Crocus - The First Flower of Spring