com.eviware.soapui.model.testsuite
Enum LoadTestRunner.Status
java.lang.Object
java.lang.Enum<LoadTestRunner.Status>
com.eviware.soapui.model.testsuite.LoadTestRunner.Status
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<LoadTestRunner.Status>
- Enclosing interface:
- LoadTestRunner
public static enum LoadTestRunner.Status
- extends java.lang.Enum<LoadTestRunner.Status>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
INITIALIZED
public static final LoadTestRunner.Status INITIALIZED
RUNNING
public static final LoadTestRunner.Status RUNNING
CANCELED
public static final LoadTestRunner.Status CANCELED
FINISHED
public static final LoadTestRunner.Status FINISHED
FAILED
public static final LoadTestRunner.Status FAILED
values
public static final LoadTestRunner.Status[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(LoadTestRunner.Status c : LoadTestRunner.Status.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static LoadTestRunner.Status valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright © 2005-2008 eviware.com. All Rights Reserved.