com.virtuosotechnologies.asaph.model
Interface SongLineMember

All Superinterfaces:
SongMember
All Known Subinterfaces:
ChordAnnotation, TextString

public interface SongLineMember
extends SongMember

Base interface for SongLine members


Method Summary
 SongLine getSongLine()
          Get the containing song line
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongMember
getSong, isDefunct
 

Method Detail

getSongLine

public SongLine getSongLine()
Get the containing song line

Returns:
SongLine containing this member