PropertyLocalDate

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

Property implementation for date only values.

Constructors

Link copied to clipboard
constructor(name: String, value: ERROR CLASS: Symbol not found for LocalDate, description: String? = null, fixedValues: Set<ERROR CLASS: Symbol not found for LocalDate> = 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 LocalDate>

Set of allowed local date 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 LocalDate

Current local date value