Cook.Attribute

enum Cook.Attribute : Enum, Field


Descriptor enum for this trait's attributes.

Summary

Enum Values

acceptedCommandList

The acceptedCommandList trait attribute.

attributeList

The attributeList trait attribute.

clusterRevision

The clusterRevision trait attribute.

currentCookingMode

The currentCookingMode trait attribute.

currentFoodPreset

The currentFoodPreset trait attribute.

currentFoodQuantity

The currentFoodQuantity trait attribute.

currentFoodUnit

The currentFoodUnit trait attribute.

featureMap

The featureMap trait attribute.

foodPresets

The foodPresets trait attribute.

generatedCommandList

The generatedCommandList trait attribute.

supportedCookingModes

The supportedCookingModes trait attribute.

Public companion properties

StructDescriptor

Public functions

Cook.Attribute
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<Cook.Attribute>

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

acceptedCommandList

val Cook.Attribute.acceptedCommandListCook.Attribute

The acceptedCommandList trait attribute.

attributeList

val Cook.Attribute.attributeListCook.Attribute

The attributeList trait attribute.

clusterRevision

val Cook.Attribute.clusterRevisionCook.Attribute

The clusterRevision trait attribute.

currentCookingMode

val Cook.Attribute.currentCookingModeCook.Attribute

The currentCookingMode trait attribute.

currentFoodPreset

val Cook.Attribute.currentFoodPresetCook.Attribute

The currentFoodPreset trait attribute.

currentFoodQuantity

val Cook.Attribute.currentFoodQuantityCook.Attribute

The currentFoodQuantity trait attribute.

currentFoodUnit

val Cook.Attribute.currentFoodUnitCook.Attribute

The currentFoodUnit trait attribute.

featureMap

val Cook.Attribute.featureMapCook.Attribute

The featureMap trait attribute.

foodPresets

val Cook.Attribute.foodPresetsCook.Attribute

The foodPresets trait attribute.

generatedCommandList

val Cook.Attribute.generatedCommandListCook.Attribute

The generatedCommandList trait attribute.

supportedCookingModes

val Cook.Attribute.supportedCookingModesCook.Attribute

The supportedCookingModes trait attribute.

Public companion properties

StructDescriptor

val StructDescriptorStructDescriptor

Public functions

valueOf

fun valueOf(value: String): Cook.Attribute

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<Cook.Attribute>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

descriptor

open val descriptorDescriptor

fieldName

open val fieldNameString

isNullable

val isNullableBoolean

tag

open val tagUInt

typeEnum

open val typeEnumType

typeName

open val typeNameString