org.dspace.statistics
Enum SolrLogger.StatisticsType
java.lang.Object
java.lang.Enum<SolrLogger.StatisticsType>
org.dspace.statistics.SolrLogger.StatisticsType
- All Implemented Interfaces:
- Serializable, Comparable<SolrLogger.StatisticsType>
- Enclosing class:
- SolrLogger
public static enum SolrLogger.StatisticsType
- extends Enum<SolrLogger.StatisticsType>
VIEW
public static final SolrLogger.StatisticsType VIEW
SEARCH
public static final SolrLogger.StatisticsType SEARCH
SEARCH_RESULT
public static final SolrLogger.StatisticsType SEARCH_RESULT
WORKFLOW
public static final SolrLogger.StatisticsType WORKFLOW
values
public static SolrLogger.StatisticsType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SolrLogger.StatisticsType c : SolrLogger.StatisticsType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SolrLogger.StatisticsType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
text
public String text()
Copyright © 2012 DuraSpace. All Rights Reserved.