Class SwingRatio
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.direction.Swing
com.musicxmltasks.musicxml.direction.SwingRatio
- All Implemented Interfaces:
MusicItem
@Entity public class SwingRatio extends Swing
-
Constructor Summary
Constructors Constructor Description SwingRatio() -
Method Summary
Modifier and Type Method Description java.lang.IntegergetFirst()java.lang.IntegergetSecond()NoteTypeValuegetSwingNoteType()voidsetFirst(java.lang.Integer first)voidsetSecond(java.lang.Integer second)voidsetSwingNoteType(NoteTypeValue swingNoteType)Methods inherited from class com.musicxmltasks.musicxml.direction.Swing
getSwingStyle, setSwingStyleMethods 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
-
SwingRatio
public SwingRatio()
-
-
Method Details
-
getFirst
public java.lang.Integer getFirst() -
setFirst
public void setFirst(java.lang.Integer first) -
getSecond
public java.lang.Integer getSecond() -
setSecond
public void setSecond(java.lang.Integer second) -
getSwingNoteType
-
setSwingNoteType
-