public static enum Settings.Key extends Enum<Settings.Key>
Enum Constant and Description |
---|
API_ENTRY
Keikai Spreadsheet Server API Entry.
|
API_KEY
API Key for authentication
|
ROD_PAGE_SIZE
A page size for ROD
|
USE_1904
Whether to use 1904 date system
|
Modifier and Type | Method and Description |
---|---|
static Settings.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Settings.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Settings.Key API_ENTRY
public static final Settings.Key USE_1904
public static final Settings.Key ROD_PAGE_SIZE
public static final Settings.Key API_KEY
public static Settings.Key[] values()
for (Settings.Key c : Settings.Key.values()) System.out.println(c);
public static Settings.Key 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 nullCopyright © 2017. All rights reserved.