public static enum CaptchaBase.PropertyKeys extends Enum<CaptchaBase.PropertyKeys>
Enum Constant and Description |
---|
callback |
expired |
label |
language |
size |
tabindex |
theme |
Modifier and Type | Method and Description |
---|---|
static CaptchaBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaptchaBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaptchaBase.PropertyKeys theme
public static final CaptchaBase.PropertyKeys language
public static final CaptchaBase.PropertyKeys tabindex
public static final CaptchaBase.PropertyKeys label
public static final CaptchaBase.PropertyKeys callback
public static final CaptchaBase.PropertyKeys expired
public static final CaptchaBase.PropertyKeys size
public static CaptchaBase.PropertyKeys[] values()
for (CaptchaBase.PropertyKeys c : CaptchaBase.PropertyKeys.values()) System.out.println(c);
public static CaptchaBase.PropertyKeys 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 nullCopyright © 2020. All rights reserved.