org.constretto.internal.converter
Class BooleanValueConverter

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

public class BooleanValueConverter
extends Object
implements ValueConverter<Boolean>

Author:
Kaare Nilsen

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

Constructor Detail

BooleanValueConverter

public BooleanValueConverter()
Method Detail

fromString

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


Copyright © 2008-2011. All Rights Reserved.