public static enum SolrPersistentEntitySchemaCreator.Feature extends Enum<SolrPersistentEntitySchemaCreator.Feature>
| Enum Constant and Description |
|---|
CREATE_MISSING_FIELDS |
| Modifier and Type | Method and Description |
|---|---|
static SolrPersistentEntitySchemaCreator.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrPersistentEntitySchemaCreator.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrPersistentEntitySchemaCreator.Feature CREATE_MISSING_FIELDS
public static SolrPersistentEntitySchemaCreator.Feature[] values()
for (SolrPersistentEntitySchemaCreator.Feature c : SolrPersistentEntitySchemaCreator.Feature.values()) System.out.println(c);
public static SolrPersistentEntitySchemaCreator.Feature 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 © 2011–2018 Pivotal Software, Inc.. All rights reserved.