package com.kaltura.client.enums; /** * This class was generated using generate.php * against an XML schema provided by Kaltura. * @date Sun, 19 Jun 11 02:46:50 -0400 * * MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN. */ public enum KalturaITunesSyndicationFeedCategories { ARTS ("Arts"), ARTS_DESIGN ("Arts/Design"), ARTS_FASHION_BEAUTY ("Arts/Fashion & Beauty"), ARTS_FOOD ("Arts/Food"), ARTS_LITERATURE ("Arts/Literature"), ARTS_PERFORMING_ARTS ("Arts/Performing Arts"), ARTS_VISUAL_ARTS ("Arts/Visual Arts"), BUSINESS ("Business"), BUSINESS_BUSINESS_NEWS ("Business/Business News"), BUSINESS_CAREERS ("Business/Careers"), BUSINESS_INVESTING ("Business/Investing"), BUSINESS_MANAGEMENT_MARKETING ("Business/Management & Marketing"), BUSINESS_SHOPPING ("Business/Shopping"), COMEDY ("Comedy"), EDUCATION ("Education"), EDUCATION_TECHNOLOGY ("Education/Education Technology"), EDUCATION_HIGHER_EDUCATION ("Education/Higher Education"), EDUCATION_K_12 ("Education/K-12"), EDUCATION_LANGUAGE_COURSES ("Education/Language Courses"), EDUCATION_TRAINING ("Education/Training"), GAMES_HOBBIES ("Games & Hobbies"), GAMES_HOBBIES_AUTOMOTIVE ("Games & Hobbies/Automotive"), GAMES_HOBBIES_AVIATION ("Games & Hobbies/Aviation"), GAMES_HOBBIES_HOBBIES ("Games & Hobbies/Hobbies"), GAMES_HOBBIES_OTHER_GAMES ("Games & Hobbies/Other Games"), GAMES_HOBBIES_VIDEO_GAMES ("Games & Hobbies/Video Games"), GOVERNMENT_ORGANIZATIONS ("Government & Organizations"), GOVERNMENT_ORGANIZATIONS_LOCAL ("Government & Organizations/Local"), GOVERNMENT_ORGANIZATIONS_NATIONAL ("Government & Organizations/National"), GOVERNMENT_ORGANIZATIONS_NON_PROFIT ("Government & Organizations/Non-Profit"), GOVERNMENT_ORGANIZATIONS_REGIONAL ("Government & Organizations/Regional"), HEALTH ("Health"), HEALTH_ALTERNATIVE_HEALTH ("Health/Alternative Health"), HEALTH_FITNESS_NUTRITION ("Health/Fitness & Nutrition"), HEALTH_SELF_HELP ("Health/Self-Help"), HEALTH_SEXUALITY ("Health/Sexuality"), KIDS_FAMILY ("Kids & Family"), MUSIC ("Music"), NEWS_POLITICS ("News & Politics"), RELIGION_SPIRITUALITY ("Religion & Spirituality"), RELIGION_SPIRITUALITY_BUDDHISM ("Religion & Spirituality/Buddhism"), RELIGION_SPIRITUALITY_CHRISTIANITY ("Religion & Spirituality/Christianity"), RELIGION_SPIRITUALITY_HINDUISM ("Religion & Spirituality/Hinduism"), RELIGION_SPIRITUALITY_ISLAM ("Religion & Spirituality/Islam"), RELIGION_SPIRITUALITY_JUDAISM ("Religion & Spirituality/Judaism"), RELIGION_SPIRITUALITY_OTHER ("Religion & Spirituality/Other"), RELIGION_SPIRITUALITY_SPIRITUALITY ("Religion & Spirituality/Spirituality"), SCIENCE_MEDICINE ("Science & Medicine"), SCIENCE_MEDICINE_MEDICINE ("Science & Medicine/Medicine"), SCIENCE_MEDICINE_NATURAL_SCIENCES ("Science & Medicine/Natural Sciences"), SCIENCE_MEDICINE_SOCIAL_SCIENCES ("Science & Medicine/Social Sciences"), SOCIETY_CULTURE ("Society & Culture"), SOCIETY_CULTURE_HISTORY ("Society & Culture/History"), SOCIETY_CULTURE_PERSONAL_JOURNALS ("Society & Culture/Personal Journals"), SOCIETY_CULTURE_PHILOSOPHY ("Society & Culture/Philosophy"), SOCIETY_CULTURE_PLACES_TRAVEL ("Society & Culture/Places & Travel"), SPORTS_RECREATION ("Sports & Recreation"), SPORTS_RECREATION_AMATEUR ("Sports & Recreation/Amateur"), SPORTS_RECREATION_COLLEGE_HIGH_SCHOOL ("Sports & Recreation/College & High School"), SPORTS_RECREATION_OUTDOOR ("Sports & Recreation/Outdoor"), SPORTS_RECREATION_PROFESSIONAL ("Sports & Recreation/Professional"), TECHNOLOGY ("Technology"), TECHNOLOGY_GADGETS ("Technology/Gadgets"), TECHNOLOGY_TECH_NEWS ("Technology/Tech News"), TECHNOLOGY_PODCASTING ("Technology/Podcasting"), TECHNOLOGY_SOFTWARE_HOW_TO ("Technology/Software How-To"), TV_FILM ("TV & Film"); String hashCode; KalturaITunesSyndicationFeedCategories(String hashCode) { this.hashCode = hashCode; } public String getHashCode() { return this.hashCode; } public static KalturaITunesSyndicationFeedCategories get(String hashCode) { if (hashCode.equals("Arts")) { return ARTS; } else if (hashCode.equals("Arts/Design")) { return ARTS_DESIGN; } else if (hashCode.equals("Arts/Fashion & Beauty")) { return ARTS_FASHION_BEAUTY; } else if (hashCode.equals("Arts/Food")) { return ARTS_FOOD; } else if (hashCode.equals("Arts/Literature")) { return ARTS_LITERATURE; } else if (hashCode.equals("Arts/Performing Arts")) { return ARTS_PERFORMING_ARTS; } else if (hashCode.equals("Arts/Visual Arts")) { return ARTS_VISUAL_ARTS; } else if (hashCode.equals("Business")) { return BUSINESS; } else if (hashCode.equals("Business/Business News")) { return BUSINESS_BUSINESS_NEWS; } else if (hashCode.equals("Business/Careers")) { return BUSINESS_CAREERS; } else if (hashCode.equals("Business/Investing")) { return BUSINESS_INVESTING; } else if (hashCode.equals("Business/Management & Marketing")) { return BUSINESS_MANAGEMENT_MARKETING; } else if (hashCode.equals("Business/Shopping")) { return BUSINESS_SHOPPING; } else if (hashCode.equals("Comedy")) { return COMEDY; } else if (hashCode.equals("Education")) { return EDUCATION; } else if (hashCode.equals("Education/Education Technology")) { return EDUCATION_TECHNOLOGY; } else if (hashCode.equals("Education/Higher Education")) { return EDUCATION_HIGHER_EDUCATION; } else if (hashCode.equals("Education/K-12")) { return EDUCATION_K_12; } else if (hashCode.equals("Education/Language Courses")) { return EDUCATION_LANGUAGE_COURSES; } else if (hashCode.equals("Education/Training")) { return EDUCATION_TRAINING; } else if (hashCode.equals("Games & Hobbies")) { return GAMES_HOBBIES; } else if (hashCode.equals("Games & Hobbies/Automotive")) { return GAMES_HOBBIES_AUTOMOTIVE; } else if (hashCode.equals("Games & Hobbies/Aviation")) { return GAMES_HOBBIES_AVIATION; } else if (hashCode.equals("Games & Hobbies/Hobbies")) { return GAMES_HOBBIES_HOBBIES; } else if (hashCode.equals("Games & Hobbies/Other Games")) { return GAMES_HOBBIES_OTHER_GAMES; } else if (hashCode.equals("Games & Hobbies/Video Games")) { return GAMES_HOBBIES_VIDEO_GAMES; } else if (hashCode.equals("Government & Organizations")) { return GOVERNMENT_ORGANIZATIONS; } else if (hashCode.equals("Government & Organizations/Local")) { return GOVERNMENT_ORGANIZATIONS_LOCAL; } else if (hashCode.equals("Government & Organizations/National")) { return GOVERNMENT_ORGANIZATIONS_NATIONAL; } else if (hashCode.equals("Government & Organizations/Non-Profit")) { return GOVERNMENT_ORGANIZATIONS_NON_PROFIT; } else if (hashCode.equals("Government & Organizations/Regional")) { return GOVERNMENT_ORGANIZATIONS_REGIONAL; } else if (hashCode.equals("Health")) { return HEALTH; } else if (hashCode.equals("Health/Alternative Health")) { return HEALTH_ALTERNATIVE_HEALTH; } else if (hashCode.equals("Health/Fitness & Nutrition")) { return HEALTH_FITNESS_NUTRITION; } else if (hashCode.equals("Health/Self-Help")) { return HEALTH_SELF_HELP; } else if (hashCode.equals("Health/Sexuality")) { return HEALTH_SEXUALITY; } else if (hashCode.equals("Kids & Family")) { return KIDS_FAMILY; } else if (hashCode.equals("Music")) { return MUSIC; } else if (hashCode.equals("News & Politics")) { return NEWS_POLITICS; } else if (hashCode.equals("Religion & Spirituality")) { return RELIGION_SPIRITUALITY; } else if (hashCode.equals("Religion & Spirituality/Buddhism")) { return RELIGION_SPIRITUALITY_BUDDHISM; } else if (hashCode.equals("Religion & Spirituality/Christianity")) { return RELIGION_SPIRITUALITY_CHRISTIANITY; } else if (hashCode.equals("Religion & Spirituality/Hinduism")) { return RELIGION_SPIRITUALITY_HINDUISM; } else if (hashCode.equals("Religion & Spirituality/Islam")) { return RELIGION_SPIRITUALITY_ISLAM; } else if (hashCode.equals("Religion & Spirituality/Judaism")) { return RELIGION_SPIRITUALITY_JUDAISM; } else if (hashCode.equals("Religion & Spirituality/Other")) { return RELIGION_SPIRITUALITY_OTHER; } else if (hashCode.equals("Religion & Spirituality/Spirituality")) { return RELIGION_SPIRITUALITY_SPIRITUALITY; } else if (hashCode.equals("Science & Medicine")) { return SCIENCE_MEDICINE; } else if (hashCode.equals("Science & Medicine/Medicine")) { return SCIENCE_MEDICINE_MEDICINE; } else if (hashCode.equals("Science & Medicine/Natural Sciences")) { return SCIENCE_MEDICINE_NATURAL_SCIENCES; } else if (hashCode.equals("Science & Medicine/Social Sciences")) { return SCIENCE_MEDICINE_SOCIAL_SCIENCES; } else if (hashCode.equals("Society & Culture")) { return SOCIETY_CULTURE; } else if (hashCode.equals("Society & Culture/History")) { return SOCIETY_CULTURE_HISTORY; } else if (hashCode.equals("Society & Culture/Personal Journals")) { return SOCIETY_CULTURE_PERSONAL_JOURNALS; } else if (hashCode.equals("Society & Culture/Philosophy")) { return SOCIETY_CULTURE_PHILOSOPHY; } else if (hashCode.equals("Society & Culture/Places & Travel")) { return SOCIETY_CULTURE_PLACES_TRAVEL; } else if (hashCode.equals("Sports & Recreation")) { return SPORTS_RECREATION; } else if (hashCode.equals("Sports & Recreation/Amateur")) { return SPORTS_RECREATION_AMATEUR; } else if (hashCode.equals("Sports & Recreation/College & High School")) { return SPORTS_RECREATION_COLLEGE_HIGH_SCHOOL; } else if (hashCode.equals("Sports & Recreation/Outdoor")) { return SPORTS_RECREATION_OUTDOOR; } else if (hashCode.equals("Sports & Recreation/Professional")) { return SPORTS_RECREATION_PROFESSIONAL; } else if (hashCode.equals("Technology")) { return TECHNOLOGY; } else if (hashCode.equals("Technology/Gadgets")) { return TECHNOLOGY_GADGETS; } else if (hashCode.equals("Technology/Tech News")) { return TECHNOLOGY_TECH_NEWS; } else if (hashCode.equals("Technology/Podcasting")) { return TECHNOLOGY_PODCASTING; } else if (hashCode.equals("Technology/Software How-To")) { return TECHNOLOGY_SOFTWARE_HOW_TO; } else if (hashCode.equals("TV & Film")) { return TV_FILM; } else { return ARTS; } } }