Time.Attribute

enum Time.Attribute : Enum, Field


Descriptor enum for this trait's attributes.

Summary

Enum Values

currentDate

The current date.

currentTime

The current time.

dayOfWeek

The current day of the week.

missingStructureLocation

Flag indicating missing structure location

sunriseTime

The time when sunrise occurs.

sunsetTime

The time when sunset occurs.

Public functions

Time.Attribute
valueOf(value: String)

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

Array<Time.Attribute>

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

Enum Values

currentDate

val Time.Attribute.currentDateTime.Attribute

The current date.

currentTime

val Time.Attribute.currentTimeTime.Attribute

The current time.

dayOfWeek

val Time.Attribute.dayOfWeekTime.Attribute

The current day of the week.

missingStructureLocation

val Time.Attribute.missingStructureLocationTime.Attribute

Flag indicating missing structure location

sunriseTime

val Time.Attribute.sunriseTimeTime.Attribute

The time when sunrise occurs.

sunsetTime

val Time.Attribute.sunsetTimeTime.Attribute

The time when sunset occurs.

Public functions

valueOf

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