Class LoginTypeHandler
java.lang.Object
ch.tocco.nice2.types.spi.AbstractTypeHandler<Login>
ch.tocco.nice2.types.spi.AbstractComparableTypeHandler<Login>
ch.tocco.nice2.types.impl.handlers.LoginTypeHandler
- All Implemented Interfaces:
TypeHandler<Login>
-
Field Summary
Fields inherited from class AbstractTypeHandler
baseHandler, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractComparableTypeHandler
compareMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TypeHandler
getGenerationType
-
Constructor Details
-
LoginTypeHandler
public LoginTypeHandler()
-
-
Method Details
-
asObject
- Throws:
StringConversionException
-
asString
- Specified by:
asStringin interfaceTypeHandler<Login>- Overrides:
asStringin classAbstractTypeHandler<Login>
-
isNumeric
public boolean isNumeric()- See Also:
-
isChronological
public boolean isChronological()- See Also:
-
getEmptyValue
- See Also:
-
matches
- Specified by:
matchesin interfaceTypeHandler<Login>- Overrides:
matchesin classAbstractTypeHandler<Login>
-
contains
- Specified by:
containsin interfaceTypeHandler<Login>- Overrides:
containsin classAbstractTypeHandler<Login>
-
shouldBeUnique
public boolean shouldBeUnique()- Specified by:
shouldBeUniquein interfaceTypeHandler<Login>- Overrides:
shouldBeUniquein classAbstractTypeHandler<Login>- See Also:
-