Uses of Class
io.mosip.authentication.common.service.impl.match.DOBType
-
Packages that use DOBType Package Description io.mosip.authentication.common.service.impl.match -
-
Uses of DOBType in io.mosip.authentication.common.service.impl.match
Methods in io.mosip.authentication.common.service.impl.match that return DOBType Modifier and Type Method Description static DOBTypeDOBType. valueOf(String name)Returns the enum constant of this type with the specified name.static DOBType[]DOBType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.mosip.authentication.common.service.impl.match that return types with arguments of type DOBType Modifier and Type Method Description static Optional<DOBType>DOBType. getType(String dobType)Gets the type.
-