PumpConfigurationAndControl.Attribute

enum PumpConfigurationAndControl.Attribute : Enum, Field


Descriptor enum for this trait's attributes.

Summary

Enum Values

acceptedCommandList

The acceptedCommandList trait attribute.

attributeList

The attributeList trait attribute.

capacity

The capacity trait attribute.

clusterRevision

The clusterRevision trait attribute.

controlMode

The controlMode trait attribute.

effectiveControlMode

The effectiveControlMode trait attribute.

effectiveOperationMode

The effectiveOperationMode trait attribute.

featureMap

The featureMap trait attribute.

generatedCommandList

The generatedCommandList trait attribute.

lifetimeEnergyConsumed

The lifetimeEnergyConsumed trait attribute.

lifetimeRunningHours

The lifetimeRunningHours trait attribute.

maxCompPressure

The maxCompPressure trait attribute.

maxConstFlow

The maxConstFlow trait attribute.

maxConstPressure

The maxConstPressure trait attribute.

maxConstSpeed

The maxConstSpeed trait attribute.

maxConstTemp

The maxConstTemp trait attribute.

maxFlow

The maxFlow trait attribute.

maxPressure

The maxPressure trait attribute.

maxSpeed

The maxSpeed trait attribute.

minCompPressure

The minCompPressure trait attribute.

minConstFlow

The minConstFlow trait attribute.

minConstPressure

The minConstPressure trait attribute.

minConstSpeed

The minConstSpeed trait attribute.

minConstTemp

The minConstTemp trait attribute.

operationMode

The operationMode trait attribute.

power

The power trait attribute.

pumpStatus

The pumpStatus trait attribute.

speed

The speed trait attribute.

Public functions

PumpConfigurationAndControl.Attribute
valueOf(value: String)

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

Array<PumpConfigurationAndControl.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

Public functions

valueOf

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