static enum FullIndexEvents.Status extends Enum<FullIndexEvents.Status>
| Modifier and Type | Method and Description |
|---|---|
static FullIndexEvents.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FullIndexEvents.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FullIndexEvents.Status START
public static final FullIndexEvents.Status BUSY
public static final FullIndexEvents.Status IDLE
public static FullIndexEvents.Status[] values()
for (FullIndexEvents.Status c : FullIndexEvents.Status.values()) System.out.println(c);
public static FullIndexEvents.Status 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}