NumberParamFilterCriterion

data class NumberParamFilterCriterion(parameter: <ERROR CLASS>, prefix: <ERROR CLASS>?, value: BigDecimal?) : FilterCriterion

Represents a criterion for filtering NumberClientParam. e.g. filter(RiskAssessment.PROBABILITY,{value = BigDecimal("100")}).

Constructors

Link copied to clipboard
fun NumberParamFilterCriterion(parameter: <ERROR CLASS>, prefix: <ERROR CLASS>? = null, value: BigDecimal? = null)

Functions

Link copied to clipboard
open override fun getConditionalParams(): <ERROR CLASS>

Returns ConditionalParams for the particular FilterCriterion.

Properties

Link copied to clipboard
val parameter: <ERROR CLASS>
Link copied to clipboard
var prefix: <ERROR CLASS>? = null
Link copied to clipboard
var value: BigDecimal? = null