public enum TruelogScreenshotMode extends Enum<TruelogScreenshotMode> implements OptionsEnum
Enum Constant and Description |
---|
ActiveApplication
A screenshot of the active application (including all application windows) is written into the Truelog file for each action.
|
ActiveWindow
A screenshot of the active application window is written into the Truelog file for each action.
|
Desktop
A desktop screenshot is written into the Truelog file for each action.
|
None
Default Truelog screenshot mode.
|
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 TruelogScreenshotMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TruelogScreenshotMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TruelogScreenshotMode None
public static final TruelogScreenshotMode ActiveWindow
public static final TruelogScreenshotMode ActiveApplication
public static final TruelogScreenshotMode Desktop
public static TruelogScreenshotMode[] values()
for (TruelogScreenshotMode c : TruelogScreenshotMode.values()) System.out.println(c);
public static TruelogScreenshotMode 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.