|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VisitStats.Property>
com.xpn.xwiki.stats.impl.VisitStats.Property
public static enum VisitStats.Property
The properties of visit statistics object.
Enum Constant Summary | |
---|---|
cookie
The name of the property containing the cookie id of the user. |
|
downloads
The name of the property containing the number of downloaded pages during this visit. |
|
endDate
The name of the property containing the ending date of the user visit. |
|
ip
The name of the property containing the IP address of the user. |
|
pageSaves
The name of the property containing the number of saved pages during this visit. |
|
startDate
The name of the property containing the starting date of the user visit. |
|
uniqueID
The name of the property containing the unique id of the user visit. |
|
userAgent
The name of the property containing the user agent of the user. |
Method Summary | |
---|---|
static VisitStats.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VisitStats.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 |
---|
public static final VisitStats.Property pageSaves
public static final VisitStats.Property downloads
public static final VisitStats.Property startDate
public static final VisitStats.Property endDate
public static final VisitStats.Property uniqueID
public static final VisitStats.Property cookie
public static final VisitStats.Property ip
public static final VisitStats.Property userAgent
Method Detail |
---|
public static VisitStats.Property[] values()
for (VisitStats.Property c : VisitStats.Property.values()) System.out.println(c);
public static VisitStats.Property valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |