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 ch.tocco.nice2.types.spi.AbstractTypeHandler
baseHandler, type
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.types.spi.AbstractComparableTypeHandler
compare
Methods inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
init, isBoolean, isEqual, isolate, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.types.spi.TypeHandler
getGenerationType
-
Constructor Details
-
LoginTypeHandler
public LoginTypeHandler()
-
-
Method Details
-
asObject
- Throws:
StringConversionException
-
asString
- Specified by:
asString
in interfaceTypeHandler<Login>
- Overrides:
asString
in classAbstractTypeHandler<Login>
-
isNumeric
public boolean isNumeric()- See Also:
-
isChronological
public boolean isChronological()- See Also:
-
getEmptyValue
- See Also:
-
matches
- Specified by:
matches
in interfaceTypeHandler<Login>
- Overrides:
matches
in classAbstractTypeHandler<Login>
-
contains
- Specified by:
contains
in interfaceTypeHandler<Login>
- Overrides:
contains
in classAbstractTypeHandler<Login>
-
shouldBeUnique
public boolean shouldBeUnique()- Specified by:
shouldBeUnique
in interfaceTypeHandler<Login>
- Overrides:
shouldBeUnique
in classAbstractTypeHandler<Login>
- See Also:
-