org.dspace.statistics
Enum SolrLogger.StatisticsType

java.lang.Object
  extended by java.lang.Enum<SolrLogger.StatisticsType>
      extended by org.dspace.statistics.SolrLogger.StatisticsType
All Implemented Interfaces:
Serializable, Comparable<SolrLogger.StatisticsType>
Enclosing class:
SolrLogger

public static enum SolrLogger.StatisticsType
extends Enum<SolrLogger.StatisticsType>


Enum Constant Summary
SEARCH
           
SEARCH_RESULT
           
VIEW
           
WORKFLOW
           
 
Method Summary
 String text()
           
static SolrLogger.StatisticsType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SolrLogger.StatisticsType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.