public static enum FtsEngine.FtsStatus extends Enum<FtsEngine.FtsStatus>
| Modifier and Type | Method and Description |
|---|---|
static FtsEngine.FtsStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtsEngine.FtsStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FtsEngine.FtsStatus Initial
public static final FtsEngine.FtsStatus Loading
public static final FtsEngine.FtsStatus Loaded
public static final FtsEngine.FtsStatus Error
public static FtsEngine.FtsStatus[] values()
for (FtsEngine.FtsStatus c : FtsEngine.FtsStatus.values()) System.out.println(c);
public static FtsEngine.FtsStatus 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 nullThis documentation is licensed by Andrew Bowley under the GPLv3 License.