public static enum SpaceDirectoryPage.SystemTab extends Enum<SpaceDirectoryPage.SystemTab>
Enum Constant and Description |
---|
ALL_SPACES |
ARCHIVED_SPACES |
FAVOURITE_SPACES |
PERSONAL_SPACES |
SITE_SPACES |
Modifier and Type | Method and Description |
---|---|
String |
getTabName() |
org.openqa.selenium.By |
selector() |
static SpaceDirectoryPage.SystemTab |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceDirectoryPage.SystemTab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceDirectoryPage.SystemTab ALL_SPACES
public static final SpaceDirectoryPage.SystemTab SITE_SPACES
public static final SpaceDirectoryPage.SystemTab PERSONAL_SPACES
public static final SpaceDirectoryPage.SystemTab FAVOURITE_SPACES
public static final SpaceDirectoryPage.SystemTab ARCHIVED_SPACES
public static SpaceDirectoryPage.SystemTab[] values()
for (SpaceDirectoryPage.SystemTab c : SpaceDirectoryPage.SystemTab.values()) System.out.println(c);
public static SpaceDirectoryPage.SystemTab 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 getTabName()
public org.openqa.selenium.By selector()
Copyright © 2003–2015 Atlassian. All rights reserved.