public enum ConfigurationOption extends Enum<ConfigurationOption>
| Enum Constant and Description |
|---|
PAGES_PACKAGE |
PLATFORM |
TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationOption |
fromString(String input) |
String |
getValue() |
String |
toString() |
static ConfigurationOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationOption PLATFORM
public static final ConfigurationOption TIMEOUT
public static final ConfigurationOption PAGES_PACKAGE
public static ConfigurationOption[] values()
for (ConfigurationOption c : ConfigurationOption.values()) System.out.println(c);
public static ConfigurationOption 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 static ConfigurationOption fromString(String input)
public String getValue()
public String toString()
toString in class Enum<ConfigurationOption>Copyright © 2013-2018. All Rights Reserved.