| 74 | |
| 75 | std::string_view getLabel() const noexcept { return Label; } |
| 76 | void setLabel(const std::string &L) noexcept { Label = L; } |
| 77 | const ComponentValType &getValType() const noexcept { return ValTy; } |
| 78 | void setValType(const ComponentValType VT) noexcept { ValTy = VT; } |
| 79 |