public static enum SASI.IndexMode extends Enum<SASI.IndexMode>
| Modifier and Type | Method and Description |
|---|---|
static SASI.IndexMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SASI.IndexMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SASI.IndexMode PREFIX
public static final SASI.IndexMode CONTAINS
public static final SASI.IndexMode SPARSE
public static SASI.IndexMode[] values()
for (SASI.IndexMode c : SASI.IndexMode.values()) System.out.println(c);
public static SASI.IndexMode 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 © 2012-2021. All Rights Reserved.