public enum ContentBanner extends Enum<ContentBanner>
| Enum Constant and Description |
|---|
CLASSIFICATION
A banner giving the classification of some content.
|
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.By |
getSelector()
Construct a selector for the banner type.
|
static ContentBanner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentBanner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentBanner CLASSIFICATION
public static ContentBanner[] values()
for (ContentBanner c : ContentBanner.values()) System.out.println(c);
public static ContentBanner 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 getSelector()
Copyright © 2005–2016 Alfresco Software. All rights reserved.