Home > database > incomplete > enum_defs.m

enum_defs

PURPOSE ^

enum_defs.m

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 enum_defs.m

 Definition of a structure that corresponds to all of the enums in the
 database

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % enum_defs.m
0002 %
0003 % Definition of a structure that corresponds to all of the enums in the
0004 % database
0005 
0006 % 03/04/05 PJ
0007 
0008 ne = 0;
0009 
0010 ne = ne+1;
0011 enum(ne).name = 'genre';
0012 enum(ne).vals = ...
0013     {'Alternative','Blues','Classical','Country','Dance','Electronic','Folk','Hip Hop/Rap','Inspirational','Jazz','Latin','New Age','Pop','R&B/Soul','Rock','Vocal','World'};
0014

Generated on Wed 20-Sep-2023 04:00:50 by m2html © 2003