public enum SitePageType extends Enum<SitePageType>
| Enum Constant and Description |
|---|
BLOG |
CALENDER |
DATA_LISTS |
DISCUSSIONS |
DOCUMENT_LIBRARY |
LINKS |
WIKI |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.By |
getLocator() |
static SitePageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SitePageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SitePageType BLOG
public static final SitePageType CALENDER
public static final SitePageType DATA_LISTS
public static final SitePageType DISCUSSIONS
public static final SitePageType DOCUMENT_LIBRARY
public static final SitePageType LINKS
public static final SitePageType WIKI
public static SitePageType[] values()
for (SitePageType c : SitePageType.values()) System.out.println(c);
public static SitePageType 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 org.openqa.selenium.By getLocator()
Copyright © 2013. All Rights Reserved.