public static enum Indexer.IndexerType extends Enum<Indexer.IndexerType>
Indexers.| Enum Constant and Description |
|---|
JCRXML_PERSISTENCE |
NAMEDFIELDS |
NO_CONTENT |
RDF |
| Modifier and Type | Method and Description |
|---|---|
static Indexer.IndexerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Indexer.IndexerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Indexer.IndexerType NAMEDFIELDS
public static final Indexer.IndexerType RDF
public static final Indexer.IndexerType NO_CONTENT
public static final Indexer.IndexerType JCRXML_PERSISTENCE
public static Indexer.IndexerType[] values()
for (Indexer.IndexerType c : Indexer.IndexerType.values()) System.out.println(c);
public static Indexer.IndexerType 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 © 2013–2014 DuraSpace, Inc.. All rights reserved.