public static enum Highlighter.Fragmenter extends java.lang.Enum<Highlighter.Fragmenter>
| Modifier and Type | Method and Description |
|---|---|
static Highlighter.Fragmenter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Highlighter.Fragmenter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Highlighter.Fragmenter SIMPLE
public static final Highlighter.Fragmenter SPAN
public static Highlighter.Fragmenter[] values()
for (Highlighter.Fragmenter c : Highlighter.Fragmenter.values()) System.out.println(c);
public static Highlighter.Fragmenter valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null