org.jreform.types
Class CharType
java.lang.Object
org.jreform.types.CharType
- All Implemented Interfaces:
- InputDataType<Character>
public final class CharType
- extends Object
- implements InputDataType<Character>
type
private static final CharType type
CharType
private CharType()
parseValue
public Character parseValue(String value)
- Description copied from interface:
InputDataType
- Parses the specified string into an object of this data type's class.
- Specified by:
parseValue
in interface InputDataType<Character>
getInputDataClass
public Class<Character> getInputDataClass()
- Description copied from interface:
InputDataType
- Returns class of input's data.
- Specified by:
getInputDataClass
in interface InputDataType<Character>
toString
public String toString()
- Overrides:
toString
in class Object
charType
public static InputDataType<Character> charType()
Copyright © 2007-2008
jReform