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