PropertyLocalDateTime

data class PropertyLocalDateTime(val name: String, val value: ERROR CLASS: Symbol not found for LocalDateTime, val description: String? = null, val fixedValues: Set<ERROR CLASS: Symbol not found for LocalDateTime> = emptySet(), val readOnly: Boolean = false) : Property<ERROR CLASS: Symbol not found for LocalDateTime> (source)

Property implementation for LocalDateTime values.

Constructors

Link copied to clipboard
constructor(name: String, value: ERROR CLASS: Symbol not found for LocalDateTime, description: String? = null, fixedValues: Set<ERROR CLASS: Symbol not found for LocalDateTime> = emptySet(), readOnly: Boolean = false)

Properties

Link copied to clipboard
open override val description: String?

Optional description

Link copied to clipboard
open override val fixedValues: Set<ERROR CLASS: Symbol not found for LocalDateTime>

Set of allowed local date time values (empty if no restrictions)

Link copied to clipboard

Checks if this property has fixed values defined.

Link copied to clipboard
open override val name: String

Unique name of the property

Link copied to clipboard
open override val readOnly: Boolean

Whether the property is read-only

Link copied to clipboard
open override val value: ERROR CLASS: Symbol not found for LocalDateTime

Current local date time value