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