Uses of Class
io.codef.easycodef.EasyCodefMessageConstant
-
Uses of EasyCodefMessageConstant in io.codef.easycodef
Methods in io.codef.easycodef that return EasyCodefMessageConstant Modifier and Type Method Description static EasyCodefMessageConstant
EasyCodefMessageConstant. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EasyCodefMessageConstant[]
EasyCodefMessageConstant. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.codef.easycodef with parameters of type EasyCodefMessageConstant Modifier and Type Method Description protected void
EasyCodefResponse. setResultMessage(EasyCodefMessageConstant message)
Desc : 요청 수행 결과 코드 설정Constructors in io.codef.easycodef with parameters of type EasyCodefMessageConstant Constructor Description EasyCodefResponse(EasyCodefMessageConstant message)
Desc : EasyCodefResponse 생성자EasyCodefResponse(EasyCodefMessageConstant message, java.lang.String extraMessage)
Desc : EasyCodefResponse 생성자