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

All Superinterfaces:
ValueFormatter<T>, ValueParser<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 ValueParserFormatter<T>
extends ValueParser<T>, ValueFormatter<T>


Method Summary
 
Methods inherited from interface org.nuiton.util.csv.ValueParser
parse
 
Methods inherited from interface org.nuiton.util.csv.ValueFormatter
format
 



Copyright © 2011-2012 CodeLutin. All Rights Reserved.