public static enum PowrProf.BATTERY_QUERY_INFORMATION_LEVEL extends Enum<PowrProf.BATTERY_QUERY_INFORMATION_LEVEL>
| Enum Constant and Description |
|---|
BatteryDeviceName |
BatteryEstimatedTime |
BatteryGranularityInformation |
BatteryInformation |
BatteryManufactureDate |
BatteryManufactureName |
BatterySerialNumber |
BatteryTemperature |
BatteryUniqueID |
| Modifier and Type | Method and Description |
|---|---|
static PowrProf.BATTERY_QUERY_INFORMATION_LEVEL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PowrProf.BATTERY_QUERY_INFORMATION_LEVEL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PowrProf.BATTERY_QUERY_INFORMATION_LEVEL BatteryInformation
public static final PowrProf.BATTERY_QUERY_INFORMATION_LEVEL BatteryGranularityInformation
public static final PowrProf.BATTERY_QUERY_INFORMATION_LEVEL BatteryTemperature
public static final PowrProf.BATTERY_QUERY_INFORMATION_LEVEL BatteryEstimatedTime
public static final PowrProf.BATTERY_QUERY_INFORMATION_LEVEL BatteryDeviceName
public static final PowrProf.BATTERY_QUERY_INFORMATION_LEVEL BatteryManufactureDate
public static final PowrProf.BATTERY_QUERY_INFORMATION_LEVEL BatteryManufactureName
public static final PowrProf.BATTERY_QUERY_INFORMATION_LEVEL BatteryUniqueID
public static final PowrProf.BATTERY_QUERY_INFORMATION_LEVEL BatterySerialNumber
public static PowrProf.BATTERY_QUERY_INFORMATION_LEVEL[] values()
for (PowrProf.BATTERY_QUERY_INFORMATION_LEVEL c : PowrProf.BATTERY_QUERY_INFORMATION_LEVEL.values()) System.out.println(c);
public static PowrProf.BATTERY_QUERY_INFORMATION_LEVEL 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 © 2019. All rights reserved.