com.xpn.xwiki.stats.impl
Enum RefererStats.Property

java.lang.Object
  extended by java.lang.Enum<RefererStats.Property>
      extended by com.xpn.xwiki.stats.impl.RefererStats.Property
All Implemented Interfaces:
Serializable, Comparable<RefererStats.Property>
Enclosing class:
RefererStats

public static enum RefererStats.Property
extends Enum<RefererStats.Property>

The properties of document statistics object.

Version:
$Id: 39fa9a077296c3ad627c948eb02b63ab82268e11 $

Enum Constant Summary
referer
          The referer.
 
Method Summary
static RefererStats.Property valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RefererStats.Property[] 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

referer

public static final RefererStats.Property referer
The referer.

Method Detail

values

public static RefererStats.Property[] 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 (RefererStats.Property c : RefererStats.Property.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RefererStats.Property 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


Copyright © 2004–2014 XWiki. All rights reserved.