Class IdentifierTypeHandler
java.lang.Object
ch.tocco.nice2.types.spi.AbstractTypeHandler<String>
ch.tocco.nice2.types.spi.AbstractComparableTypeHandler<String>
ch.tocco.nice2.types.impl.handlers.StringTypeHandler
ch.tocco.nice2.types.impl.handlers.IdentifierTypeHandler
- All Implemented Interfaces:
TypeHandler<String>
-
Field Summary
Fields inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
baseHandler, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.tocco.nice2.types.impl.handlers.StringTypeHandler
asObject, asString, compare, contains, getEmptyValue, isChronological, isNumeric, matchesMethods inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
init, isBoolean, isEqual, isolate, 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
-
IdentifierTypeHandler
public IdentifierTypeHandler()
-
-
Method Details
-
shouldBeUnique
public boolean shouldBeUnique()- Specified by:
shouldBeUniquein interfaceTypeHandler<String>- Overrides:
shouldBeUniquein classAbstractTypeHandler<String>- See Also:
-