Uses of Class
io.mosip.kernel.tokenidgenerator.constant.TokenIDGeneratorErrorCode
-
Packages that use TokenIDGeneratorErrorCode Package Description io.mosip.kernel.tokenidgenerator.constant -
-
Uses of TokenIDGeneratorErrorCode in io.mosip.kernel.tokenidgenerator.constant
Methods in io.mosip.kernel.tokenidgenerator.constant that return TokenIDGeneratorErrorCode Modifier and Type Method Description static TokenIDGeneratorErrorCodeTokenIDGeneratorErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenIDGeneratorErrorCode[]TokenIDGeneratorErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-