public static enum HTMLField.Diacritics extends Enum<HTMLField.Diacritics>
Modifier and Type | Method and Description |
---|---|
static HTMLField.Diacritics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTMLField.Diacritics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTMLField.Diacritics REMOVE
public static final HTMLField.Diacritics DUPLICATE
public static HTMLField.Diacritics[] values()
for (HTMLField.Diacritics c : HTMLField.Diacritics.values()) System.out.println(c);
public static HTMLField.Diacritics 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 © 2016 Egothor. All Rights Reserved.