public static enum DataSource.Type extends Enum<DataSource.Type>
| Enum Constant and Description |
|---|
ForwardIndex |
FullTextIndex |
GeoIndex |
OpenSearch |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExternal() |
static DataSource.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSource.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSource.Type FullTextIndex
public static final DataSource.Type ForwardIndex
public static final DataSource.Type GeoIndex
public static final DataSource.Type OpenSearch
public static DataSource.Type[] values()
for (DataSource.Type c : DataSource.Type.values()) System.out.println(c);
public static DataSource.Type 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 nullpublic boolean isExternal()
Copyright © 2013. All Rights Reserved.