Class BooleanTypeHandler
java.lang.Object
ch.tocco.nice2.types.spi.AbstractTypeHandler<Boolean>
ch.tocco.nice2.types.spi.AbstractComparableTypeHandler<Boolean>
ch.tocco.nice2.types.impl.handlers.BooleanTypeHandler
- All Implemented Interfaces:
TypeHandler<Boolean>
-
Field Summary
Fields inherited from class AbstractTypeHandler
baseHandler, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanMethods inherited from class AbstractComparableTypeHandler
compareMethods inherited from class AbstractTypeHandler
asString, contains, init, isEqual, isolate, matches, shouldBeUnique, validateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TypeHandler
getGenerationType
-
Constructor Details
-
BooleanTypeHandler
public BooleanTypeHandler()
-
-
Method Details
-
asObject
- Throws:
StringConversionException
-
isNumeric
public boolean isNumeric()- See Also:
-
isChronological
public boolean isChronological()- See Also:
-
isBoolean
public boolean isBoolean()- Specified by:
isBooleanin interfaceTypeHandler<Boolean>- Overrides:
isBooleanin classAbstractTypeHandler<Boolean>- See Also:
-
getEmptyValue
- See Also:
-