LevelControl.Attribute

enum LevelControl.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.

currentFrequency

The currentFrequency trait attribute.

currentLevel

The currentLevel trait attribute.

defaultMoveRate

The defaultMoveRate trait attribute.

featureMap

The featureMap trait attribute.

generatedCommandList

The generatedCommandList trait attribute.

maxFrequency

The maxFrequency trait attribute.

maxLevel

The maxLevel trait attribute.

minFrequency

The minFrequency trait attribute.

minLevel

The minLevel trait attribute.

offTransitionTime

The offTransitionTime trait attribute.

onLevel

The onLevel trait attribute.

onOffTransitionTime

The onOffTransitionTime trait attribute.

onTransitionTime

The onTransitionTime trait attribute.

options

The options trait attribute.

remainingTime

The remainingTime trait attribute.

startUpCurrentLevel

The startUpCurrentLevel trait attribute.

Public functions

LevelControl.Attribute
valueOf(value: String)

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

Array<LevelControl.Attribute>

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

Public properties

open Descriptor
Boolean
open UInt
open Type
open String

Enum Values

maxLevel

val LevelControl.Attribute.maxLevelLevelControl.Attribute

The maxLevel trait attribute.

minLevel

val LevelControl.Attribute.minLevelLevelControl.Attribute

The minLevel trait attribute.

onLevel

val LevelControl.Attribute.onLevelLevelControl.Attribute

The onLevel trait attribute.

options

val LevelControl.Attribute.optionsLevelControl.Attribute

The options trait attribute.

Public functions

valueOf

fun valueOf(value: String): LevelControl.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<LevelControl.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

isNullable

val isNullableBoolean

tag

open val tagUInt

typeEnum

open val typeEnumType

typeName

open val typeNameString