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

Packages that use BeamValue
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
net.charlesames.music.musicxml.attribute   
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
 

Uses of BeamValue in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return BeamValue
 BeamValue Beam.getContent()
          Getter for the Content property.
 

Methods in net.charlesames.music.musicxml with parameters of type BeamValue
 void Beam.setContent(BeamValue content)
          Setter for the Content property.
 

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

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

Uses of BeamValue in net.charlesames.music.score
 

Methods in net.charlesames.music.score that return BeamValue
 BeamValue ScoreNote.getBeam()
          Getter for the Beam property.
 

Methods in net.charlesames.music.score with parameters of type BeamValue
 void ScoreNote.setBeam(BeamValue beam)
          Setter for the Beam property.