Rotation.Attribute

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

featureMap

The featureMap trait attribute.

generatedCommandList

The generatedCommandList trait attribute.

rotationDegrees

The rotationDegrees trait attribute.

rotationDegreesRange

The rotationDegreesRange trait attribute.

rotationPercent

The rotationPercent trait attribute.

targetRotationPercent

The targetRotationPercent trait attribute.

Public companion properties

StructDescriptor

Public functions

Rotation.Attribute
valueOf(value: String)

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

Array<Rotation.Attribute>

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

Enum Values

acceptedCommandList

val Rotation.Attribute.acceptedCommandListRotation.Attribute

The acceptedCommandList trait attribute.

attributeList

val Rotation.Attribute.attributeListRotation.Attribute

The attributeList trait attribute.

clusterRevision

val Rotation.Attribute.clusterRevisionRotation.Attribute

The clusterRevision trait attribute.

featureMap

val Rotation.Attribute.featureMapRotation.Attribute

The featureMap trait attribute.

generatedCommandList

val Rotation.Attribute.generatedCommandListRotation.Attribute

The generatedCommandList trait attribute.

rotationDegrees

val Rotation.Attribute.rotationDegreesRotation.Attribute

The rotationDegrees trait attribute.

rotationDegreesRange

val Rotation.Attribute.rotationDegreesRangeRotation.Attribute

The rotationDegreesRange trait attribute.

rotationPercent

val Rotation.Attribute.rotationPercentRotation.Attribute

The rotationPercent trait attribute.

targetRotationPercent

val Rotation.Attribute.targetRotationPercentRotation.Attribute

The targetRotationPercent trait attribute.

Public companion properties

StructDescriptor

val StructDescriptorStructDescriptor

Public functions

valueOf

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