Uses of Class
org.openaltimeter.settings.Settings.BatteryType

Packages that use Settings.BatteryType
org.openaltimeter.settings   
 

Uses of Settings.BatteryType in org.openaltimeter.settings
 

Fields in org.openaltimeter.settings declared as Settings.BatteryType
 Settings.BatteryType Settings.batteryType
           
 

Methods in org.openaltimeter.settings that return Settings.BatteryType
static Settings.BatteryType Settings.BatteryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Settings.BatteryType[] Settings.BatteryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.