org.nuiton.util.csv
Interface ValueParser<T>

All Known Subinterfaces:
ValueParserFormatter<T>
All Known Implementing Classes:
Common.BooleanParserFormatter, Common.CharacterParserFormatter, Common.DateValue, Common.DoubleParserFormatter, Common.FloatParserFormatter, Common.IntegerParserFormatter, Common.LongParserFormatter, Common.NullableParserFormatter, Common.StringValueParser, Common.ToStringParserFormatter

public interface ValueParser<T>


Method Summary
 T parse(String value)
           
 

Method Detail

parse

T parse(String value)
        throws ParseException
Throws:
ParseException


Copyright © 2011-2012 CodeLutin. All Rights Reserved.