com.atlassian.jira.webtest.framework.impl.selenium.util
Enum JqueryExecutor.JqueryState

java.lang.Object
  extended by java.lang.Enum<JqueryExecutor.JqueryState>
      extended by com.atlassian.jira.webtest.framework.impl.selenium.util.JqueryExecutor.JqueryState
All Implemented Interfaces:
Serializable, Comparable<JqueryExecutor.JqueryState>
Enclosing class:
JqueryExecutor

public static enum JqueryExecutor.JqueryState
extends Enum<JqueryExecutor.JqueryState>


Enum Constant Summary
DEFINED
           
NOT_FUNCTION
           
UNDEFINED
           
 
Method Summary
 boolean canExecute()
           
static JqueryExecutor.JqueryState checkState(com.atlassian.selenium.SeleniumClient selenium)
           
 String toString()
           
static JqueryExecutor.JqueryState valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JqueryExecutor.JqueryState[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNDEFINED

public static final JqueryExecutor.JqueryState UNDEFINED

NOT_FUNCTION

public static final JqueryExecutor.JqueryState NOT_FUNCTION

DEFINED

public static final JqueryExecutor.JqueryState DEFINED
Method Detail

values

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

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

valueOf

public static JqueryExecutor.JqueryState 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

checkState

public static JqueryExecutor.JqueryState checkState(com.atlassian.selenium.SeleniumClient selenium)

canExecute

public boolean canExecute()

toString

public String toString()
Overrides:
toString in class Enum<JqueryExecutor.JqueryState>


Copyright © 2002-2012 Atlassian. All Rights Reserved.