| 100 | } |
| 101 | |
| 102 | bool ScheduleTypeLimits_Impl::setNumericType(const std::string& numericType) { |
| 103 | bool result = false; |
| 104 | result = setString(OS_ScheduleTypeLimitsFields::NumericType, numericType); |
| 105 | return result; |
| 106 | } |
| 107 | |
| 108 | void ScheduleTypeLimits_Impl::resetNumericType() { |
| 109 | bool result = setString(OS_ScheduleTypeLimitsFields::NumericType, ""); |
no outgoing calls