public static enum SolrReturnFields.FIELD_SOURCES extends Enum<SolrReturnFields.FIELD_SOURCES>
Enum Constant and Description |
---|
ALL_FROM_DV |
ALL_FROM_STORED |
MIXED_SOURCES |
NOT_SET |
Modifier and Type | Method and Description |
---|---|
static SolrReturnFields.FIELD_SOURCES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrReturnFields.FIELD_SOURCES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrReturnFields.FIELD_SOURCES NOT_SET
public static final SolrReturnFields.FIELD_SOURCES ALL_FROM_DV
public static final SolrReturnFields.FIELD_SOURCES ALL_FROM_STORED
public static final SolrReturnFields.FIELD_SOURCES MIXED_SOURCES
public static SolrReturnFields.FIELD_SOURCES[] values()
for (SolrReturnFields.FIELD_SOURCES c : SolrReturnFields.FIELD_SOURCES.values()) System.out.println(c);
public static SolrReturnFields.FIELD_SOURCES 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 © 2000-2019 Apache Software Foundation. All Rights Reserved.