IntegerValue

data class IntegerValue(value: Int) : Value

An integer.

Constructors

IntegerValue
Link copied to clipboard
fun IntegerValue(value: Int)

Functions

toDocument
Link copied to clipboard
override fun toDocument(): Document

Returns the pretty text representation of this object.

toString
Link copied to clipboard
open override fun toString(): String

Properties

type
Link copied to clipboard
open override val type: ValueType

The type of the value.

value
Link copied to clipboard
val value: Int