public static enum PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName extends java.lang.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 |
|---|---|
java.lang.String |
getCaption() |
static java.lang.String[] |
getCaptions()
Return array of captions.
|
java.lang.String |
getExplanation() |
static java.lang.String[] |
getExplanations()
Return array of explanations.
|
java.lang.String |
getShortExplanation() |
static java.lang.String[] |
getShortExplanations()
Return array of short explanations.
|
static PageInBrowserStatsDecorator.PageInBrowserStatsDecoratorValueName |
valueOf(java.lang.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(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 getCaption()
public java.lang.String getShortExplanation()
public java.lang.String getExplanation()
public static java.lang.String[] getCaptions()
public static java.lang.String[] getShortExplanations()
public static java.lang.String[] getExplanations()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.