com.virtuosotechnologies.asaph.model
Interface AddedSongBlock

All Superinterfaces:
FieldContainer, SongBlock, SongMember

public interface AddedSongBlock
extends SongBlock

This interface represents a SongBlock that is added to the song only for a particular Variation.


Field Summary
 
Fields inherited from interface com.virtuosotechnologies.asaph.model.SongBlock
CHORUS_TYPE, TYPE_FIELD
 
Method Summary
 Variation getAddingVariation()
          Get the Variation in which this block is added.
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongBlock
getIndentLevel, getLineCount, getNextLine, getNthLine, getPreviousLine, getSerializableID, insertLineAfter, insertLineBefore, removeLine, setIndentLevel
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongMember
getSong, isDefunct
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.FieldContainer
addBinaryField, addBinaryListField, addStringField, addStringListField, getFieldCount, getNamedField, getNextField, getNthField, getPreviousField, removeField
 

Method Detail

getAddingVariation

public Variation getAddingVariation()
Get the Variation in which this block is added.

Returns:
Variation