IntAttribute

class IntAttribute(val name: String, val value: Int) : Attribute

Attribute with a name containing a certain integer value.

Constructors

Link copied to clipboard
constructor(name: String, value: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val value: Int