Class Bend
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.musicxml.note.notation.technical.Technical
com.musicxmltasks.musicxml.note.notation.technical.Bend
- All Implemented Interfaces:
MusicItem
@Entity public class Bend extends Technical
-
Constructor Summary
Constructors Constructor Description Bend() -
Method Summary
Modifier and Type Method Description java.math.BigDecimalgetBendAlter()BendSoundgetBendSound()BendTypegetBendType()BendShapegetShape()BendWithBargetWithBar()voidsetBendAlter(java.math.BigDecimal bendAlter)voidsetBendSound(BendSound bendSound)voidsetBendType(BendType bendType)voidsetShape(BendShape shape)voidsetWithBar(BendWithBar withBar)Methods inherited from class com.musicxmltasks.musicxml.note.notation.technical.Technical
getDisplay, setDisplayMethods inherited from class com.musicxmltasks.database.OrderedItem
getOrdering, setOrderingMethods inherited from class com.musicxmltasks.database.DatabaseItem
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Bend
public Bend()
-
-
Method Details
-
getBendAlter
public java.math.BigDecimal getBendAlter() -
setBendAlter
public void setBendAlter(java.math.BigDecimal bendAlter) -
getBendType
-
setBendType
-
getWithBar
-
setWithBar
-
getShape
-
setShape
-
getBendSound
-
setBendSound
-