public static enum JMeterContext.TestLogicalAction extends Enum<JMeterContext.TestLogicalAction>
Enum Constant and Description |
---|
BREAK_CURRENT_LOOP |
CONTINUE |
START_NEXT_ITERATION_OF_CURRENT_LOOP |
START_NEXT_ITERATION_OF_THREAD |
Modifier and Type | Method and Description |
---|---|
static JMeterContext.TestLogicalAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMeterContext.TestLogicalAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMeterContext.TestLogicalAction CONTINUE
public static final JMeterContext.TestLogicalAction START_NEXT_ITERATION_OF_THREAD
public static final JMeterContext.TestLogicalAction START_NEXT_ITERATION_OF_CURRENT_LOOP
public static final JMeterContext.TestLogicalAction BREAK_CURRENT_LOOP
public static JMeterContext.TestLogicalAction[] values()
for (JMeterContext.TestLogicalAction c : JMeterContext.TestLogicalAction.values()) System.out.println(c);
public static JMeterContext.TestLogicalAction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.