org.jreform
Interface InputDataType<T>

All Known Implementing Classes:
BooleanType, CharType, DateType, DoubleType, FloatType, IntType, LongType, ShortType, StringType

public interface InputDataType<T>

Represents the type of an input field's data.

Author:
armandino (at) gmail.com

Method Summary
 Class<T> getInputDataClass()
          Returns class of input's data.
 T parseValue(String value)
          Parses the specified string into an object of this data type's class.
 

Method Detail

parseValue

T parseValue(String value)
Parses the specified string into an object of this data type's class.


getInputDataClass

Class<T> getInputDataClass()
Returns class of input's data.



Copyright © 2007-2008 jReform