BooleanValue
A Boolean value for the attribute.
Inherited functions
Casts this AttributeValue as a BooleanValue and retrieves its kotlin.Boolean value. Throws an exception if the AttributeValue is not a BooleanValue.
Casts this AttributeValue as a BooleanValue and retrieves its kotlin.Boolean value. Returns null if the AttributeValue is not a BooleanValue.
Casts this AttributeValue as a NumberArray and retrieves its kotlin.collections.List
Casts this AttributeValue as a NumberArray and retrieves its kotlin.collections.List
Casts this AttributeValue as a NumberValue and retrieves its kotlin.Double value. Throws an exception if the AttributeValue is not a NumberValue.
Casts this AttributeValue as a NumberValue and retrieves its kotlin.Double value. Returns null if the AttributeValue is not a NumberValue.
Casts this AttributeValue as a StringArray and retrieves its kotlin.collections.List
Casts this AttributeValue as a StringArray and retrieves its kotlin.collections.List
Casts this AttributeValue as a StringValue and retrieves its kotlin.String value. Throws an exception if the AttributeValue is not a StringValue.
Casts this AttributeValue as a StringValue and retrieves its kotlin.String value. Returns null if the AttributeValue is not a StringValue.