BFModule.BFGTLUtils.StringNode#
- class BFModule.BFGTLUtils.StringNode#
Bases:
BaseNode
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: BFModule.BFGTLUtils.StringNode) -> None
__init__(self: BFModule.BFGTLUtils.StringNode, stringNode: BFModule.BFGTLUtils.StringNode) -> None
__init__(self: BFModule.BFGTLUtils.StringNode, baseNode: BFModule.BFGTLUtils.BaseNode) -> None
Methods
__init__
(*args, **kwargs)Overloaded function.
assign
(self, arg0)Attributes
Retrieve the node description.
Retrieve the node display name.
The maximum valid length of the
StringNode
node.Retrieve the node name.
Retrieve the node accessibility.
Retrieve the node type.
The value of the
StringNode
node.Retrieve the node tool-tip.
This instance represents a valid node.
Check if node in NULL or not valid.
- property MaxLength#
The maximum valid length of the
StringNode
node.- Getter:
returns the maximum valid length of the
StringNode
.- Type:
- property NodeAccess#
Retrieve the node accessibility.
- Type:
- property NodeType#
Retrieve the node type.
- Type:
- property StrValue#
The value of the
StringNode
node.- Getter:
returns the str value of the
StringNode
.- Setter:
sets the str value of the
StringNode
.- Type:
- property Valid#
This instance represents a valid node.
- Getter:
Returns true if valid, false otherwise
- Type:
BFGTLUtilBool
- assign(self: BFModule.BFGTLUtils.StringNode, arg0: BFModule.BFGTLUtils.BaseNode) BFModule.BFGTLUtils.StringNode #
- property isNull#
Check if node in NULL or not valid.
- Getter:
Returns true if NULL, false otherwise
- Type:
BFGTLUtilBool