org.constretto.internal.converter
Class ShortValueConverter

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

public class ShortValueConverter
extends Object
implements ValueConverter<Short>

Author:
Kaare Nilsen

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

Constructor Detail

ShortValueConverter

public ShortValueConverter()
Method Detail

fromString

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


Copyright © 2008-2013. All Rights Reserved.