(String bonusName)
| 652 | } |
| 653 | |
| 654 | public static Class<? extends BonusObj> getBonus(String bonusName) |
| 655 | { |
| 656 | return BONUS_TAG_MAP.get(bonusName); |
| 657 | } |
| 658 | |
| 659 | /** |
| 660 | * Returns the CDOMInterfaceToken of the given name. null is returned if there is no |