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