public static enum Indexer.Multiple extends Enum<Indexer.Multiple>
| Modifier and Type | Method and Description |
|---|---|
static Indexer.Multiple |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Indexer.Multiple[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Indexer.Multiple ADD
public static final Indexer.Multiple FIRST
public static final Indexer.Multiple LAST
public static Indexer.Multiple[] values()
for (Indexer.Multiple c : Indexer.Multiple.values()) System.out.println(c);
public static Indexer.Multiple 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 nullMMBase 1.9-SNAPSHOT - ${javadoctimestamp}