public enum GlobalOptions extends Enum<GlobalOptions>
Enum Constant and Description |
---|
SKIP_SETUP
Skip running the thermostat setup wizard on first run
and run the specified command
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getOptString() |
static GlobalOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalOptions SKIP_SETUP
public static GlobalOptions[] values()
for (GlobalOptions c : GlobalOptions.values()) System.out.println(c);
public static GlobalOptions 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 getOptString()
public String getDescription()
Copyright © 2017. All rights reserved.