Enum Class的使用
com.xingyuv.captcha.model.common.CaptchaTypeEnum
使用CaptchaTypeEnum的程序包
-
com.xingyuv.captcha.model.common中CaptchaTypeEnum的使用
修饰符和类型方法说明static CaptchaTypeEnumCaptchaTypeEnum.parseFromCodeValue(String codeValue) 根据codeValue获取枚举static CaptchaTypeEnumReturns the enum constant of this class with the specified name.static CaptchaTypeEnum[]CaptchaTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.