public enum ReplayMode extends Enum<ReplayMode> implements OptionsEnum
Enum Constant and Description |
---|
Default
Default replay mode.
|
HighLevel
High level replay using the API
|
LowLevel
Low level replay using mouse clicks and key strokes.
|
Modifier and Type | Method and Description |
---|---|
String |
getAssociatedOption()
Returns the option associated with this this option enum.
|
int |
getValue()
Returns the numeric value that this option enum represents.
|
static ReplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplayMode Default
public static final ReplayMode HighLevel
public static final ReplayMode LowLevel
public static ReplayMode[] values()
for (ReplayMode c : ReplayMode.values()) System.out.println(c);
public static ReplayMode 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 nullpublic int getValue()
OptionsEnum
getValue
in interface OptionsEnum
public String getAssociatedOption()
OptionsEnum
getAssociatedOption
in interface OptionsEnum
Copyright 2009-2012 Micro Focus. All Rights Reserved.