Enum StartPage.ToolsGroup
- java.lang.Object
-
- java.lang.Enum<StartPage.ToolsGroup>
-
- com.adobe.cq.testing.selenium.pageobject.granite.StartPage.ToolsGroup
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<StartPage.ToolsGroup>
- Enclosing class:
- StartPage
public static enum StartPage.ToolsGroup extends java.lang.Enum<StartPage.ToolsGroup>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ASSETSCLOUD_SERVICESDEPLOYMENTGENERALOPERATIONSRESOURCESSECURITYSITESWORKFLOW
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetSelector()static StartPage.ToolsGroupvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StartPage.ToolsGroup[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
GENERAL
public static final StartPage.ToolsGroup GENERAL
-
WORKFLOW
public static final StartPage.ToolsGroup WORKFLOW
-
SITES
public static final StartPage.ToolsGroup SITES
-
ASSETS
public static final StartPage.ToolsGroup ASSETS
-
RESOURCES
public static final StartPage.ToolsGroup RESOURCES
-
DEPLOYMENT
public static final StartPage.ToolsGroup DEPLOYMENT
-
SECURITY
public static final StartPage.ToolsGroup SECURITY
-
CLOUD_SERVICES
public static final StartPage.ToolsGroup CLOUD_SERVICES
-
OPERATIONS
public static final StartPage.ToolsGroup OPERATIONS
-
-
Method Detail
-
values
public static StartPage.ToolsGroup[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StartPage.ToolsGroup c : StartPage.ToolsGroup.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StartPage.ToolsGroup valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getId
public java.lang.String getId()
-
getSelector
public java.lang.String getSelector()
-
-