Enum StartPage.ToolItemCard
- java.lang.Object
-
- java.lang.Enum<StartPage.ToolItemCard>
-
- com.adobe.cq.testing.selenium.pageobject.granite.StartPage.ToolItemCard
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<StartPage.ToolItemCard>
- Enclosing class:
- StartPage
public static enum StartPage.ToolItemCard extends java.lang.Enum<StartPage.ToolItemCard>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BLUEPRINTSCOMPONENTSCONFIGURATION_BROWSERCONTEXTHUBCRXDE_LITEEXTERNAL_LINK_CHECKERJOBSLAUNCHESSEARCH_FORMSTAGGINGTEMPLATESTRANSLATION_CONFIGURATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCollectionItemId()StartPage.ToolsGroupgetGroup()java.lang.StringgetSelector()static StartPage.ToolItemCardvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StartPage.ToolItemCard[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CRXDE_LITE
public static final StartPage.ToolItemCard CRXDE_LITE
-
SEARCH_FORMS
public static final StartPage.ToolItemCard SEARCH_FORMS
-
TAGGING
public static final StartPage.ToolItemCard TAGGING
-
TEMPLATES
public static final StartPage.ToolItemCard TEMPLATES
-
COMPONENTS
public static final StartPage.ToolItemCard COMPONENTS
-
CONFIGURATION_BROWSER
public static final StartPage.ToolItemCard CONFIGURATION_BROWSER
-
TRANSLATION_CONFIGURATION
public static final StartPage.ToolItemCard TRANSLATION_CONFIGURATION
-
JOBS
public static final StartPage.ToolItemCard JOBS
-
BLUEPRINTS
public static final StartPage.ToolItemCard BLUEPRINTS
-
LAUNCHES
public static final StartPage.ToolItemCard LAUNCHES
-
CONTEXTHUB
public static final StartPage.ToolItemCard CONTEXTHUB
-
EXTERNAL_LINK_CHECKER
public static final StartPage.ToolItemCard EXTERNAL_LINK_CHECKER
-
-
Method Detail
-
values
public static StartPage.ToolItemCard[] 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.ToolItemCard c : StartPage.ToolItemCard.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.ToolItemCard 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
-
getCollectionItemId
public java.lang.String getCollectionItemId()
-
getGroup
public StartPage.ToolsGroup getGroup()
-
getSelector
public java.lang.String getSelector()
-
-