Package org.dspace.statistics
Enum SolrLoggerServiceImpl.StatisticsType
- java.lang.Object
-
- java.lang.Enum<SolrLoggerServiceImpl.StatisticsType>
-
- org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
-
- All Implemented Interfaces:
Serializable,Comparable<SolrLoggerServiceImpl.StatisticsType>
- Enclosing class:
- SolrLoggerServiceImpl
public static enum SolrLoggerServiceImpl.StatisticsType extends Enum<SolrLoggerServiceImpl.StatisticsType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SEARCHSEARCH_RESULTVIEWWORKFLOW
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringtext()static SolrLoggerServiceImpl.StatisticsTypevalueOf(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.
-
-
-
Enum Constant Detail
-
VIEW
public static final SolrLoggerServiceImpl.StatisticsType VIEW
-
SEARCH
public static final SolrLoggerServiceImpl.StatisticsType SEARCH
-
SEARCH_RESULT
public static final SolrLoggerServiceImpl.StatisticsType SEARCH_RESULT
-
WORKFLOW
public static final SolrLoggerServiceImpl.StatisticsType WORKFLOW
-
-
Method Detail
-
values
public static SolrLoggerServiceImpl.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 (SolrLoggerServiceImpl.StatisticsType c : SolrLoggerServiceImpl.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 SolrLoggerServiceImpl.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 nameNullPointerException- if the argument is null
-
text
public String text()
-
-