| 75 | return getBaseRecord()->getValueAsListOfStrings("enumMembers"); |
| 76 | } |
| 77 | bool supportToString() const { |
| 78 | return getBaseRecord()->getValueAsBit("supportToString"); |
| 79 | } |
| 80 | bool getEnumCombinedFlag() const { |
| 81 | return getBaseRecord()->getValueAsBit("enumCombined"); |
| 82 | } |