Package-level declarations
Types
Link copied to clipboard
data class PropertyBigDecimal(val name: String, val value: ERROR CLASS: Symbol not found for BigDecimal, val description: String? = null, val fixedValues: Set<@<ERROR TYPE REF: Symbol not found for Contextual>() ERROR CLASS: Symbol not found for BigDecimal> = emptySet(), val readOnly: Boolean = false) : Property<ERROR CLASS: Symbol not found for BigDecimal>
Property implementation for com.ionspin.kotlin.bignum.decimal.BigDecimal values.
Link copied to clipboard
data class PropertyBigInteger(val name: String, val value: ERROR CLASS: Symbol not found for BigInteger, val description: String? = null, val fixedValues: Set<@<ERROR TYPE REF: Symbol not found for Contextual>() ERROR CLASS: Symbol not found for BigInteger> = emptySet(), val readOnly: Boolean = false) : Property<ERROR CLASS: Symbol not found for BigInteger>
Property implementation for com.ionspin.kotlin.bignum.integer.BigInteger values.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PropertyInstant(val name: String, val value: ERROR CLASS: Symbol not found for Instant, val description: String? = null, val fixedValues: Set<ERROR CLASS: Symbol not found for Instant> = emptySet(), val readOnly: Boolean = false) : Property<ERROR CLASS: Symbol not found for Instant>
Property implementation for Instant values.
Link copied to clipboard
Link copied to clipboard
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>
Property implementation for date only values.
Link copied to clipboard
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>
Property implementation for LocalDateTime values.
Link copied to clipboard
data class PropertyLogLevel(val name: String, val value: PropertyLogLevel.LogLevel, val description: String? = null, val fixedValues: Set<PropertyLogLevel.LogLevel> = emptySet(), val readOnly: Boolean = false) : Property<PropertyLogLevel.LogLevel>
Property implementation for log level values.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard