Uses of Enum Class
jp.ecuacion.lib.rest.enums.ResponseResultEnum
Packages that use ResponseResultEnum
-
Uses of ResponseResultEnum in jp.ecuacion.lib.rest.dto
Methods in jp.ecuacion.lib.rest.dto that return ResponseResultEnumMethods in jp.ecuacion.lib.rest.dto with parameters of type ResponseResultEnumConstructors in jp.ecuacion.lib.rest.dto with parameters of type ResponseResultEnumModifierConstructorDescriptionResponseDto(ResponseResultEnum result, String message) BizLogicAppException以外のexceptionの場合に使用。ResponseDto(ResponseResultEnum result, jp.ecuacion.lib.core.exception.checked.BizLogicAppException ace) BizLogicAppExceptionの場合は基本的に本コントラクタを使用。ResponseDto(ResponseResultEnum result, ResponseMessageDto[] msgDtoList) -
Uses of ResponseResultEnum in jp.ecuacion.lib.rest.enums
Methods in jp.ecuacion.lib.rest.enums that return ResponseResultEnumModifier and TypeMethodDescriptionstatic ResponseResultEnumReturns the enum constant of this class with the specified name.static ResponseResultEnum[]ResponseResultEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.