org.constretto.internal.converter
Class LongValueConverter

java.lang.Object
  extended by org.constretto.internal.converter.LongValueConverter
All Implemented Interfaces:
ValueConverter<Long>

public class LongValueConverter
extends Object
implements ValueConverter<Long>

Author:
Kaare Nilsen

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

Constructor Detail

LongValueConverter

public LongValueConverter()
Method Detail

fromString

public Long fromString(String value)
                throws ConstrettoConversionException
Specified by:
fromString in interface ValueConverter<Long>
Throws:
ConstrettoConversionException


Copyright © 2008-2011. All Rights Reserved.