public enum CaptchaBaseMapEnum extends Enum<CaptchaBaseMapEnum>
| Enum Constant and Description |
|---|
ORIGINAL |
PIC_CLICK |
ROTATE |
ROTATE_BLOCK |
SLIDING_BLOCK |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeDesc() |
static String |
getCodeDescByCodeBalue(String codeValue) |
String |
getCodeValue() |
static String |
getString() |
static CaptchaBaseMapEnum |
parseFromCodeValue(String codeValue) |
static boolean |
validateCodeValue(String codeValue) |
static CaptchaBaseMapEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaptchaBaseMapEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaptchaBaseMapEnum ROTATE
public static final CaptchaBaseMapEnum ROTATE_BLOCK
public static final CaptchaBaseMapEnum ORIGINAL
public static final CaptchaBaseMapEnum SLIDING_BLOCK
public static final CaptchaBaseMapEnum PIC_CLICK
public static CaptchaBaseMapEnum[] values()
for (CaptchaBaseMapEnum c : CaptchaBaseMapEnum.values()) System.out.println(c);
public static CaptchaBaseMapEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCodeValue()
public String getCodeDesc()
public static CaptchaBaseMapEnum parseFromCodeValue(String codeValue)
public static boolean validateCodeValue(String codeValue)
public static String getString()
Copyright © 2025. All rights reserved.