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