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