com.atlassian.jira.rest.client.functest.framework
Enum FuncTestCase4.RestoreConfig.RestoreMode

java.lang.Object
  extended by java.lang.Enum<FuncTestCase4.RestoreConfig.RestoreMode>
      extended by com.atlassian.jira.rest.client.functest.framework.FuncTestCase4.RestoreConfig.RestoreMode
All Implemented Interfaces:
Serializable, Comparable<FuncTestCase4.RestoreConfig.RestoreMode>
Enclosing class:
FuncTestCase4.RestoreConfig

public static enum FuncTestCase4.RestoreConfig.RestoreMode
extends Enum<FuncTestCase4.RestoreConfig.RestoreMode>


Enum Constant Summary
DO_NOT_RESTORE
           
RESTORE_ALWAYS
           
RESTORE_ONCE
           
 
Method Summary
static FuncTestCase4.RestoreConfig.RestoreMode valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FuncTestCase4.RestoreConfig.RestoreMode[] 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

RESTORE_ALWAYS

public static final FuncTestCase4.RestoreConfig.RestoreMode RESTORE_ALWAYS

RESTORE_ONCE

public static final FuncTestCase4.RestoreConfig.RestoreMode RESTORE_ONCE

DO_NOT_RESTORE

public static final FuncTestCase4.RestoreConfig.RestoreMode DO_NOT_RESTORE
Method Detail

values

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

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

valueOf

public static FuncTestCase4.RestoreConfig.RestoreMode 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


Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.