IntegerValues

data class IntegerValues(val value: List<Int>) : AttributeValueList

The list of integer values that the filter matches.

Constructors

Link copied to clipboard
constructor(value: List<Int>)

Properties

Link copied to clipboard
val value: List<Int>

Inherited functions

Link copied to clipboard

Casts this AttributeValueList as a IntegerValues and retrieves its List value. Throws an exception if the AttributeValueList is not a IntegerValues.

Link copied to clipboard

Casts this AttributeValueList as a IntegerValues and retrieves its List value. Returns null if the AttributeValueList is not a IntegerValues.

Link copied to clipboard

Casts this AttributeValueList as a StringValues and retrieves its List value. Throws an exception if the AttributeValueList is not a StringValues.

Link copied to clipboard

Casts this AttributeValueList as a StringValues and retrieves its List value. Returns null if the AttributeValueList is not a StringValues.