org.jreform.types
Class IntType
java.lang.Object
org.jreform.types.IntType
- All Implemented Interfaces:
- InputDataType<Integer>
public final class IntType
- extends Object
- implements InputDataType<Integer>
Constructor Summary |
private |
IntType()
|
type
private static final IntType type
IntType
private IntType()
parseValue
public Integer 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<Integer>
getInputDataClass
public Class<Integer> getInputDataClass()
- Description copied from interface:
InputDataType
- Returns class of input's data.
- Specified by:
getInputDataClass
in interface InputDataType<Integer>
toString
public String toString()
- Overrides:
toString
in class Object
intType
public static InputDataType<Integer> intType()
Copyright © 2007-2008
jReform