Name of the Python validator class representing this node Returns ------- str
(self)
| 391 | |
| 392 | @property |
| 393 | def name_validator_class(self) -> str: |
| 394 | """ |
| 395 | Name of the Python validator class representing this node |
| 396 | |
| 397 | Returns |
| 398 | ------- |
| 399 | str |
| 400 | """ |
| 401 | return self.name_property.title() + "Validator" |
| 402 | |
| 403 | @property |
| 404 | def name_base_validator(self) -> str: |