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 |
ComparisonType |
The comparison should be |
ComparisonType |
The comparison should be |
ComparisonType |
The comparison should be |
ComparisonType |
The comparison type is unknown, or this library version is too old to recognize it. |
Public companion properties
GREATER_THAN_OR_EQUAL
val GREATER_THAN_OR_EQUAL: ComparisonType
The comparison should be currentValue >= threshold.
LESS_THAN_OR_EQUAL
val LESS_THAN_OR_EQUAL: ComparisonType
The comparison should be currentValue <= threshold.
UNKNOWN
val UNKNOWN: ComparisonType
The comparison type is unknown, or this library version is too old to recognize it.