Uses of Enum Class
es.kukenan.smartfi.microservice.transfer.enums.CoreErrorCode
Packages that use CoreErrorCode
-
Uses of CoreErrorCode in es.kukenan.smartfi.microservice.transfer.enums
Methods in es.kukenan.smartfi.microservice.transfer.enums that return CoreErrorCodeModifier and TypeMethodDescriptionstatic CoreErrorCodeCoreErrorCode.getByCoreErrorCode(Integer coreErrorCode) Get the CoreErrorCode that contain the parameter in "coreErrorCodeList" property.static CoreErrorCodeReturns the enum constant of this class with the specified name.static CoreErrorCode[]CoreErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.