isBooleanType

fun isBooleanType(attribute: Attribute<*, *>): Boolean(source)

Determines if the given attribute is of boolean type.

Return

true if the attribute is of boolean type, false otherwise

Parameters

attribute

the attribute to check