| 95 | } |
| 96 | |
| 97 | String ModificationDefinition::getModificationName() const |
| 98 | { |
| 99 | if (mod_ != nullptr) |
| 100 | { |
| 101 | return mod_->getFullId(); |
| 102 | } |
| 103 | return ""; |
| 104 | } |
| 105 | |
| 106 | void ModificationDefinition::setMaxOccurrences(UInt max_occurrences) |
| 107 | { |
no outgoing calls