StringList

Predefined attribute values of type string list.

Constructors

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

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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