Unit

enum Unit : Enum<Energy.Unit>

The unit of a energy's value.

Entries

Link copied to clipboard
KILOWATT_HOUR("kWh", )

Describes an amount of energy in kilowatt-hours.

Link copied to clipboard
WATT_HOUR("Wh", )

Describes an amount of energy in watt-hours.

Link copied to clipboard
JOULE("J", )

Describes an amount of energy in joules.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int