ComparisonType

class ComparisonType


For determining when a threshold has been met or exceeded in a DataTypeCondition.

Summary

Public companion properties

ComparisonType

The comparison should be currentValue > threshold.

ComparisonType

The comparison should be currentValue >= threshold.

ComparisonType

The comparison should be currentValue < threshold.

ComparisonType

The comparison should be currentValue <= threshold.

ComparisonType

The comparison type is unknown, or this library version is too old to recognize it.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Int
String

Public companion properties

GREATER_THAN

val GREATER_THANComparisonType

The comparison should be currentValue > threshold.

GREATER_THAN_OR_EQUAL

val GREATER_THAN_OR_EQUALComparisonType

The comparison should be currentValue >= threshold.

LESS_THAN

val LESS_THANComparisonType

The comparison should be currentValue < threshold.

LESS_THAN_OR_EQUAL

val LESS_THAN_OR_EQUALComparisonType

The comparison should be currentValue <= threshold.

UNKNOWN

val UNKNOWNComparisonType

The comparison type is unknown, or this library version is too old to recognize it.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

id

Added in 1.0.0
val idInt

name

Added in 1.0.0
val nameString