ProgramGenre

ProgramGenre ⇐ Class

Kind: global class
Extends: Class

ProgramGenre()

Genre codes for AbstractGridProgram.

UNDEFINED : number

Kind: static constant of ProgramGenre
Default: 0

MOVIE : number

Kind: static constant of ProgramGenre
Default: 0x10

DETECTIVE_THRILLER : number

Kind: static constant of ProgramGenre
Default: 0x11

ADVENTURE_WESTERN_WAR : number

Kind: static constant of ProgramGenre
Default: 0x12

SCIENCE_FICTION_FANTASY_HORROR : number

Kind: static constant of ProgramGenre
Default: 0x13

COMEDY : number

Kind: static constant of ProgramGenre
Default: 0x14

SOAP_MELODRAMA_FOLKLORIC : number

Kind: static constant of ProgramGenre
Default: 0x15

ROMANCE : number

Kind: static constant of ProgramGenre
Default: 0x16

SERIOUS_CLASSICAL_RELIGIOUS_HISTORICAL_MOVIE_DRAMA : number

Kind: static constant of ProgramGenre
Default: 0x17

ADULT : number

Kind: static constant of ProgramGenre
Default: 0x18

NEWS : number

Kind: static constant of ProgramGenre
Default: 0x20

NEWS_WEATHER_REPORT : number

Kind: static constant of ProgramGenre
Default: 0x21

NEWS_MAGAZINE : number

Kind: static constant of ProgramGenre
Default: 0x22

DOCUMENTARY : number

Kind: static constant of ProgramGenre
Default: 35

DISCUSSION_INTERVIEW_DEBATE : number

Kind: static constant of ProgramGenre
Default: 36

SHOW : number

Kind: static constant of ProgramGenre
Default: 48

GAME_SHOW_QUIZ_CONTEST : number

Kind: static constant of ProgramGenre
Default: 49

VARIETY_SHOW : number

Kind: static constant of ProgramGenre
Default: 50

TALK_SHOW : number

Kind: static constant of ProgramGenre
Default: 51

SPORTS : number

Kind: static constant of ProgramGenre
Default: 64

SPECIAL_EVENTS : number

Kind: static constant of ProgramGenre
Default: 65

SPORTS_MAGAZINES : number

Kind: static constant of ProgramGenre
Default: 66

FOOTBALL_SOCCER : number

Kind: static constant of ProgramGenre
Default: 67

TENNIS_SQUASH : number

Kind: static constant of ProgramGenre
Default: 68

TEAM_SPORTS : number

Kind: static constant of ProgramGenre
Default: 69

ATHLETICS : number

Kind: static constant of ProgramGenre
Default: 70

MOTOR_SPORT : number

Kind: static constant of ProgramGenre
Default: 71

WATER_SPORT : number

Kind: static constant of ProgramGenre
Default: 72

WINTER_SPORT : number

Kind: static constant of ProgramGenre
Default: 73

EQUESTRIAN : number

Kind: static constant of ProgramGenre
Default: 74

MARTIAL_SPORT : number

Kind: static constant of ProgramGenre
Default: 75

CHILDREN : number

Kind: static constant of ProgramGenre
Default: 80

PRE_SCHOOL_CHILDRENS_PROGRAMMES : number

Kind: static constant of ProgramGenre
Default: 81

ENTERTAINMENT_PROGRAMMES_FOR_6_TO_14 : number

Kind: static constant of ProgramGenre
Default: 82

ENTERTAINMENT_PROGRAMMES_FOR_10_TO_16 : number

Kind: static constant of ProgramGenre
Default: 83

INFORMATIONAL_EDUCATIONAL_SCHOOL_PROGRAMMES : number

Kind: static constant of ProgramGenre
Default: 84

CARTOONS_PUPPETS : number

Kind: static constant of ProgramGenre
Default: 85

MUSIC : number

Kind: static constant of ProgramGenre
Default: 96

ROCK_POP : number

Kind: static constant of ProgramGenre
Default: 97

SERIOUS_MUSIC_CLASSICAL_MUSIC : number

Kind: static constant of ProgramGenre
Default: 98

FOLK_TRADITIONAL_MUSIC : number

Kind: static constant of ProgramGenre
Default: 99

JAZZ : number

Kind: static constant of ProgramGenre
Default: 100

MUSICAL_OPERA : number

Kind: static constant of ProgramGenre
Default: 101

BALLET : number

Kind: static constant of ProgramGenre
Default: 102

ARTS : number

Kind: static constant of ProgramGenre
Default: 112

PERFORMING_ARTS : number

Kind: static constant of ProgramGenre
Default: 113

FINE_ARTS : number

Kind: static constant of ProgramGenre
Default: 114

RELIGION : number

Kind: static constant of ProgramGenre
Default: 115

Kind: static constant of ProgramGenre
Default: 116

LITERATURE : number

Kind: static constant of ProgramGenre
Default: 117

FILM_CINEMA : number

Kind: static constant of ProgramGenre
Default: 118

EXPERIMENTAL_FILM_VIDEO : number

Kind: static constant of ProgramGenre
Default: 119

BROADCASTING_PRESS : number

Kind: static constant of ProgramGenre
Default: 120

NEW_MEDIA : number

Kind: static constant of ProgramGenre
Default: 121

ARTS_CULTURE_MAGAZINES : number

Kind: static constant of ProgramGenre
Default: 122

FASHION : number

Kind: static constant of ProgramGenre
Default: 123

SOCIAL : number

Kind: static constant of ProgramGenre
Default: 128

MAGAZINES_REPORTS_DOCUMENTARY : number

Kind: static constant of ProgramGenre
Default: 129

ECONOMICS_SOCIAL_ADVISORY : number

Kind: static constant of ProgramGenre
Default: 130

REMARKABLE_PEOPLE : number

Kind: static constant of ProgramGenre
Default: 131

EDUCATION : number

Kind: static constant of ProgramGenre
Default: 144

NATURE_ANIMALS_ENVIRONMENT : number

Kind: static constant of ProgramGenre
Default: 145

TECHNOLOGY_NATURAL_SCIENCES : number

Kind: static constant of ProgramGenre
Default: 146

MEDICINE_PHYSIOLOGY_PSYCHOLOGY : number

Kind: static constant of ProgramGenre
Default: 147

FOREIGN_COUNTRIES_EXPEDITIONS : number

Kind: static constant of ProgramGenre
Default: 148

SOCIAL_SPIRITUAL_SCIENCES : number

Kind: static constant of ProgramGenre
Default: 149

FURTHER_EDUCATION : number

Kind: static constant of ProgramGenre
Default: 150

LANGUAGES : number

Kind: static constant of ProgramGenre
Default: 151

LEISURE : number

Kind: static constant of ProgramGenre
Default: 160

TOURISM_TRAVEL : number

Kind: static constant of ProgramGenre
Default: 161

HANDICRAFT : number

Kind: static constant of ProgramGenre
Default: 162

MOTORING : number

Kind: static constant of ProgramGenre
Default: 163

FITNESS_AND_HEALTH : number

Kind: static constant of ProgramGenre
Default: 164

COOKING : number

Kind: static constant of ProgramGenre
Default: 165

Kind: static constant of ProgramGenre
Default: 166

GARDENING : number

Kind: static constant of ProgramGenre
Default: 167

ORIGINAL_LANGUAGE : number

Kind: static constant of ProgramGenre
Default: 176

BLACK_AND_WHITE : number

Kind: static constant of ProgramGenre
Default: 177

UNPUBLISHED : number

Kind: static constant of ProgramGenre
Default: 178

LIVE_BROADCAST : number

Kind: static constant of ProgramGenre
Default: 179

PLANO_STEREOSCOPIC : number

Kind: static constant of ProgramGenre
Default: 180

LOCAL_OR_REGIONAL : number

Kind: static constant of ProgramGenre
Default: 181

getName(value) ⇒ String

Return the program genre name corresponding to a number (e.g. “EDUCATION” for 90)

Kind: static method of ProgramGenre
Returns: String - The program genre name

ParamTypeDescription
valuenumber

A valid value of a static property defined in ProgramGenre class