Uses of Class
net.charlesames.music.musicxml.IdentificationCreator

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

Uses of IdentificationCreator in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return IdentificationCreator
 IdentificationCreator Identification.addCreator(java.lang.String creatorType, java.lang.String content)
          Add a IdentificationCreator instance with the indicated creatorType and content.
static IdentificationCreator IdentificationCreator.fromXmlNode(org.w3c.dom.Element element, Identification container)
          Create a new IdentificationCreator instance and fill it with loaded data.
static IdentificationCreator IdentificationCreator.getInstance(MusicXmlEntity container)
          Create a new IdentificationCreator instance.
 

Methods in net.charlesames.music.musicxml that return types with arguments of type IdentificationCreator
 java.util.SortedMap<java.lang.String,IdentificationCreator> Identification.getCreators()
          Get all creators.