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

Packages that use TupletShowNumber
net.charlesames.music.musicxml.attribute   
net.charlesames.music.musicxml.notation   
 

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

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

Uses of TupletShowNumber in net.charlesames.music.musicxml.notation
 

Methods in net.charlesames.music.musicxml.notation that return TupletShowNumber
 TupletShowNumber Tuplet.getShowNumber()
          Getter for the ShowNumber property.
 

Methods in net.charlesames.music.musicxml.notation with parameters of type TupletShowNumber
 void Tuplet.setShowNumber(TupletShowNumber showNumber)
          Setter for the ShowNumber property.