public static enum PageInBrowserStats.PageInBrowserStatsValueName extends java.lang.Enum<PageInBrowserStats.PageInBrowserStatsValueName>
| Enum Constant and Description |
|---|
DEFAULT
Default value.
|
DOM_AVG
DOM average load time.
|
DOM_LAST
DOM last load time.
|
DOM_MAX
DOM maximum load time.
|
DOM_MIN
DOM minimum load time.
|
NUMBER_OF_LOADS
Number of requests with loads stats.
|
TOTAL_DOM
Total DOM loads time.
|
TOTAL_WIN
Total window loads time.
|
WIN_AVG
Web page average load time.
|
WIN_LAST
Web page last load time.
|
WIN_MAX
Web page maximum load time.
|
WIN_MIN
Web page minimum load time.
|
| Modifier and Type | Method and Description |
|---|---|
static PageInBrowserStats.PageInBrowserStatsValueName |
getByName(java.lang.String name)
Returns
PageInBrowserStats.PageInBrowserStatsValueName by incoming value name. |
java.lang.String |
getValueName() |
static java.util.List<java.lang.String> |
getValueNames()
Return collection of value names.
|
static PageInBrowserStats.PageInBrowserStatsValueName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageInBrowserStats.PageInBrowserStatsValueName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageInBrowserStats.PageInBrowserStatsValueName DOM_MIN
public static final PageInBrowserStats.PageInBrowserStatsValueName DOM_MAX
public static final PageInBrowserStats.PageInBrowserStatsValueName DOM_AVG
public static final PageInBrowserStats.PageInBrowserStatsValueName DOM_LAST
public static final PageInBrowserStats.PageInBrowserStatsValueName WIN_MIN
public static final PageInBrowserStats.PageInBrowserStatsValueName WIN_MAX
public static final PageInBrowserStats.PageInBrowserStatsValueName WIN_AVG
public static final PageInBrowserStats.PageInBrowserStatsValueName WIN_LAST
public static final PageInBrowserStats.PageInBrowserStatsValueName TOTAL_DOM
public static final PageInBrowserStats.PageInBrowserStatsValueName TOTAL_WIN
public static final PageInBrowserStats.PageInBrowserStatsValueName NUMBER_OF_LOADS
public static final PageInBrowserStats.PageInBrowserStatsValueName DEFAULT
public static PageInBrowserStats.PageInBrowserStatsValueName[] values()
for (PageInBrowserStats.PageInBrowserStatsValueName c : PageInBrowserStats.PageInBrowserStatsValueName.values()) System.out.println(c);
public static PageInBrowserStats.PageInBrowserStatsValueName valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValueName()
public static PageInBrowserStats.PageInBrowserStatsValueName getByName(java.lang.String name)
PageInBrowserStats.PageInBrowserStatsValueName by incoming value name.
If value was not found, DEFAULT will be returned.name - name of the valuePageInBrowserStats.PageInBrowserStatsValueNamepublic static java.util.List<java.lang.String> getValueNames()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.