Attribute

data class Attribute(val name: String, val description: String, val minimum: Int = Int.MIN_VALUE, val maximum: Int = Int.MAX_VALUE)

An attribute with a specified name, description and an optional minimum and maximum value.

Constructors

Link copied to clipboard
constructor(name: String, description: String, minimum: Int = Int.MIN_VALUE, maximum: Int = Int.MAX_VALUE)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard