AttributeKey
class AttributeKey<T>
Specifies a key for an attribute in Attributes
Parameters
T
- is type of the value stored in the attribute
name
- is a name of the attribute for diagnostic purposes
Constructors
AttributeKey(name: String) Specifies a key for an attribute in Attributes |
Properties
val name: String is a name of the attribute for diagnostic purposes |
Functions
fun toString(): String |