plain-whale-70732
class EnumValueExtensions { public static function toMapKey(e:EnumValue) { return EnumValueTools.getName(e); } }