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