com.atlassian.jira.pageobjects.project
Enum ProjectConfigActions.ProjectOperations

java.lang.Object
  extended by java.lang.Enum<ProjectConfigActions.ProjectOperations>
      extended by com.atlassian.jira.pageobjects.project.ProjectConfigActions.ProjectOperations
All Implemented Interfaces:
Serializable, Comparable<ProjectConfigActions.ProjectOperations>
Enclosing class:
ProjectConfigActions

public static enum ProjectConfigActions.ProjectOperations
extends Enum<ProjectConfigActions.ProjectOperations>


Enum Constant Summary
BROWSE
           
CHANGE_AVATAR
           
DELETE
           
EDIT
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CHANGE_AVATAR

public static final ProjectConfigActions.ProjectOperations CHANGE_AVATAR

BROWSE

public static final ProjectConfigActions.ProjectOperations BROWSE

EDIT

public static final ProjectConfigActions.ProjectOperations EDIT

DELETE

public static final ProjectConfigActions.ProjectOperations DELETE
Method Detail

values

public static ProjectConfigActions.ProjectOperations[] 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 (ProjectConfigActions.ProjectOperations c : ProjectConfigActions.ProjectOperations.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ProjectConfigActions.ProjectOperations valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getLocator

public org.openqa.selenium.By getLocator()


Copyright © 2002-2013 Atlassian. All Rights Reserved.