public static enum PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName extends Enum<PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName>
| Enum Constant and Description |
|---|
DOM_AVG
DOM average load time.
|
DOM_LAST
DOM last load time.
|
DOM_MAX
DOM maximum load time.
|
DOM_MIN
DOM minimum load time.
|
DOM_TOTAL
DOM total loads time.
|
NUMBER_OF_LOADS
Total number of page loads.
|
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.
|
WIN_TOTAL
Web page total loads time.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
static String[] |
getCaptions()
Return array of captions.
|
String |
getExplanation() |
static String[] |
getExplanations()
Return array of explanations.
|
String |
getShortExplanation() |
static String[] |
getShortExplanations()
Return array of short explanations.
|
static PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName DOM_MIN
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName DOM_MAX
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName DOM_AVG
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName DOM_LAST
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName DOM_TOTAL
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName WIN_MIN
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName WIN_MAX
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName WIN_AVG
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName WIN_LAST
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName WIN_TOTAL
public static final PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName NUMBER_OF_LOADS
public static PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName[] values()
for (PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName c : PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName.values()) System.out.println(c);
public static PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getCaption()
public String getShortExplanation()
public String getExplanation()
public static String[] getCaptions()
public static String[] getShortExplanations()
public static String[] getExplanations()
Copyright © 2010-2015 anotheria.net. All Rights Reserved.