Classifier

An interface that implements a comparable classifier.

Inheritors

Properties

Link copied to clipboard
abstract val ignored: Boolean

Defines if the classifier is marked as ignored by the UpdateSchema

Link copied to clipboard
abstract val value: String

Complete classifier string

Functions

Link copied to clipboard
abstract operator override fun compareTo(other: Classifier): Int