UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Request.CommandFields

@HomeExperimentalApi
enum UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Request.CommandFields : Enum, Field


Descriptor enum for this command's request fields.

Summary

Enum Values

nullableInt

The nullableInt command request field.

nullableList

The nullableList command request field.

nullableOptionalInt

The nullableOptionalInt command request field.

nullableOptionalList

The nullableOptionalList command request field.

nullableOptionalString

The nullableOptionalString command request field.

nullableOptionalStruct

The nullableOptionalStruct command request field.

nullableString

The nullableString command request field.

nullableStruct

The nullableStruct command request field.

optionalInt

The optionalInt command request field.

optionalList

The optionalList command request field.

optionalString

The optionalString command request field.

optionalStruct

The optionalStruct command request field.

Public companion properties

StructDescriptor

Public functions

UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Request.CommandFields
valueOf(value: String)

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

Array<UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Request.CommandFields>

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

Enum Values

Public companion properties

StructDescriptor

val StructDescriptorStructDescriptor

Public functions

valueOf

fun valueOf(value: String): UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Request.CommandFields

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<UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Request.CommandFields>

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