public static enum WatchSettings.SettingType extends Enum<WatchSettings.SettingType>
Enum Constant and Description |
---|
ENTRYTYPE_ENUM |
ENTRYTYPE_FLOAT |
ENTRYTYPE_INT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static WatchSettings.SettingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchSettings.SettingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatchSettings.SettingType ENTRYTYPE_ENUM
public static final WatchSettings.SettingType ENTRYTYPE_INT
public static final WatchSettings.SettingType ENTRYTYPE_FLOAT
public static WatchSettings.SettingType[] values()
for (WatchSettings.SettingType c : WatchSettings.SettingType.values()) System.out.println(c);
public static WatchSettings.SettingType 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<WatchSettings.SettingType>
Copyright © 2023. All rights reserved.