BooleanMetadata#
- class ansys.tools.variableinterop.scalar_metadata.BooleanMetadata#
Bases:
ansys.tools.variableinterop.common_variable_metadata.CommonVariableMetadataProvides metadata for
BOOLEANandBOOLEAN_ARRAYvariable types.
Overview#
Variable type of the object. |
Determine if the object is equal to the metadata. |
Import detail#
from ansys.tools.variableinterop.scalar_metadata import BooleanMetadata
Property detail#
- property BooleanMetadata.variable_type: ansys.tools.variableinterop.variable_type.VariableType#
Variable type of the object.
- Returns:
VariableTypeVariable type of the object.
Method detail#
- BooleanMetadata.__eq__(other)#
Determine if the object is equal to the metadata.
- BooleanMetadata.accept(visitor: ansys.tools.variableinterop.ivariablemetadata_visitor.IVariableMetadataVisitor[ansys.tools.variableinterop.ivariablemetadata_visitor.T]) ansys.tools.variableinterop.ivariablemetadata_visitor.T#
Invoke the visitor pattern of this object using the passed-in visitor implementation.
- Parameters:
- visitor
IVariableMetadataVisitor[T] Visitor object to call.
- visitor
- Returns:
TResults of the visitor invocation.