com.atlassian.jira.rest.client.functest.framework
Enum FuncTestCase4.RestoreConfig.RestoreMode
java.lang.Object
java.lang.Enum<FuncTestCase4.RestoreConfig.RestoreMode>
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>
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
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.