public static enum SeleniumInterfaceConfiguration.SAVE_SOURCE extends Enum<SeleniumInterfaceConfiguration.SAVE_SOURCE>
| Modifier and Type | Method and Description |
|---|---|
static SeleniumInterfaceConfiguration.SAVE_SOURCE |
enumOf(String strValue) |
String |
toString() |
static SeleniumInterfaceConfiguration.SAVE_SOURCE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeleniumInterfaceConfiguration.SAVE_SOURCE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static String |
valuesString() |
public static final SeleniumInterfaceConfiguration.SAVE_SOURCE NEVER
public static final SeleniumInterfaceConfiguration.SAVE_SOURCE ONFAIL
public static final SeleniumInterfaceConfiguration.SAVE_SOURCE ALWAYS
public static SeleniumInterfaceConfiguration.SAVE_SOURCE[] values()
for (SeleniumInterfaceConfiguration.SAVE_SOURCE c : SeleniumInterfaceConfiguration.SAVE_SOURCE.values()) System.out.println(c);
public static SeleniumInterfaceConfiguration.SAVE_SOURCE 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 String toString()
toString in class Enum<SeleniumInterfaceConfiguration.SAVE_SOURCE>public static SeleniumInterfaceConfiguration.SAVE_SOURCE enumOf(String strValue) throws org.testtoolinterfaces.testsuite.TestSuiteException
org.testtoolinterfaces.testsuite.TestSuiteExceptionpublic static String valuesString()
Copyright © 2013. All Rights Reserved.