StringValues

data class StringValues(val value: List<String>) : AttributeValueList

The list of string values that the filter matches.

Constructors

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

Properties

Link copied to clipboard

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.