GraphicalConstants.PROPCOMBO_STRING_ARRAY_DURATIONS);
cpd.setCategory(this.toString());
cpd.setDescription(MusicMessages.MEI_documentation_generic_dur);
descriptors.add(cpd);
ListPropertyDescriptor lpd = new ListPropertyDescriptor(
StringConstants.NOTE_ARTIC, StringConstants.NOTE_ARTIC,
GraphicalConstants.TYPE_DATA_ARTICULATION);
lpd.setCategory(this.toString());
lpd.setDescription(MusicMessages.MEI_documentation_note_artic);
descriptors.add(lpd);
cpd = new ComboBoxPropertyDescriptor(StringConstants.NOTE_PITCHNAME,
StringConstants.NOTE_PITCHNAME,
GraphicalConstants.PROPCOMBO_STRING_ARRAY_PITCHVALUES);