public static enum SolrLoggerServiceImpl.StatisticsType extends Enum<SolrLoggerServiceImpl.StatisticsType>
| Enum Constant and Description |
|---|
SEARCH |
SEARCH_RESULT |
VIEW |
WORKFLOW |
| Modifier and Type | Method and Description |
|---|---|
String |
text() |
static SolrLoggerServiceImpl.StatisticsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrLoggerServiceImpl.StatisticsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrLoggerServiceImpl.StatisticsType VIEW
public static final SolrLoggerServiceImpl.StatisticsType SEARCH
public static final SolrLoggerServiceImpl.StatisticsType SEARCH_RESULT
public static final SolrLoggerServiceImpl.StatisticsType WORKFLOW
public static SolrLoggerServiceImpl.StatisticsType[] values()
for (SolrLoggerServiceImpl.StatisticsType c : SolrLoggerServiceImpl.StatisticsType.values()) System.out.println(c);
public static SolrLoggerServiceImpl.StatisticsType 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 String text()
Copyright © 2016 DuraSpace. All Rights Reserved.