CommandParameterValue

The list of values used to describe a specific command parameter.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val b: Boolean?

An attribute of type Boolean. For example:

Link copied to clipboard

An attribute of type Binary.

Link copied to clipboard
val d: Double?

An attribute of type Double (Sixty-Four Bits).

Link copied to clipboard
val i: Int?

An attribute of type Integer (Thirty-Two Bits).

Link copied to clipboard
val l: Long?

An attribute of type Long.

Link copied to clipboard
val s: String?

An attribute of type String. For example:

Link copied to clipboard
val ul: String?

An attribute of type Unsigned Long.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String