public static enum ProjectConfigActions.ProjectOperations extends Enum<ProjectConfigActions.ProjectOperations>
Enum Constant and Description |
---|
CHANGE_TYPE |
DELETE |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.By |
getLocator() |
static ProjectConfigActions.ProjectOperations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectConfigActions.ProjectOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectConfigActions.ProjectOperations DELETE
public static final ProjectConfigActions.ProjectOperations CHANGE_TYPE
public static ProjectConfigActions.ProjectOperations[] values()
for (ProjectConfigActions.ProjectOperations c : ProjectConfigActions.ProjectOperations.values()) System.out.println(c);
public static ProjectConfigActions.ProjectOperations 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 © 2002-2024 Atlassian. All Rights Reserved.