Class NoteSize
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.musicxml.layout.NoteSize
- All Implemented Interfaces:
MusicItem
@Entity public class NoteSize extends OrderedItem
-
Constructor Summary
Constructors Constructor Description NoteSize() -
Method Summary
Modifier and Type Method Description NoteSizeTypegetType()java.math.BigDecimalgetValue()voidsetType(NoteSizeType type)voidsetValue(java.math.BigDecimal value)Methods 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
-
NoteSize
public NoteSize()
-
-
Method Details
-
getValue
public java.math.BigDecimal getValue() -
setValue
public void setValue(java.math.BigDecimal value) -
getType
-
setType
-