protected static enum Element.HIGHLIGHT_MODES extends Enum<Element.HIGHLIGHT_MODES>
Modifier and Type | Method and Description |
---|---|
static Element.HIGHLIGHT_MODES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element.HIGHLIGHT_MODES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Element.HIGHLIGHT_MODES FIND
public static final Element.HIGHLIGHT_MODES GET
public static final Element.HIGHLIGHT_MODES PUT
public static final Element.HIGHLIGHT_MODES NONE
public static Element.HIGHLIGHT_MODES[] values()
for (Element.HIGHLIGHT_MODES c : Element.HIGHLIGHT_MODES.values()) System.out.println(c);
public static Element.HIGHLIGHT_MODES 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 © 2018. All rights reserved.