Uses of Class
in.hocg.boot.utils.struct.result.ResultCode
-
Packages that use ResultCode Package Description in.hocg.boot.utils.struct.result -
-
Uses of ResultCode in in.hocg.boot.utils.struct.result
Methods in in.hocg.boot.utils.struct.result that return ResultCode Modifier and Type Method Description static ResultCodeResultCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultCode[]ResultCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-