Uses of Class
net.charlesames.music.musicxml.attribute.StartStopSingle

Packages that use StartStopSingle
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
net.charlesames.music.musicxml.attribute   
 

Uses of StartStopSingle in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return StartStopSingle
 StartStopSingle OtherNotation.getNotationType()
          Getter for the NotationType property
 

Uses of StartStopSingle in net.charlesames.music.musicxml.attribute
 

Methods in net.charlesames.music.musicxml.attribute that return StartStopSingle
static StartStopSingle StartStopSingle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StartStopSingle[] StartStopSingle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.