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