Class OctaveShift
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.database.OrderedElement
com.musicxmltasks.musicxml.direction.directiontype.DirectionType
com.musicxmltasks.musicxml.direction.directiontype.OctaveShift
- All Implemented Interfaces:
MusicItem
@Entity public class OctaveShift extends DirectionType
-
Field Summary
Fields inherited from class com.musicxmltasks.musicxml.direction.directiontype.DirectionType
MULTIPLE_DIRECTION_TYPES -
Constructor Summary
Constructors Constructor Description OctaveShift() -
Method Summary
Modifier and Type Method Description DashedFormattinggetDashedFormatting()java.lang.IntegergetNumber()java.lang.IntegergetSize()OctaveShiftTypegetType()voidsetDashedFormatting(DashedFormatting dashedFormatting)voidsetNumber(java.lang.Integer number)voidsetSize(java.lang.Integer size)voidsetType(OctaveShiftType type)Methods inherited from class com.musicxmltasks.musicxml.direction.directiontype.DirectionType
getDisplay, setDisplayMethods inherited from class com.musicxmltasks.database.OrderedElement
getElementId, setElementIdMethods 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
-
OctaveShift
public OctaveShift()
-
-
Method Details
-
getType
-
setType
-
getNumber
public java.lang.Integer getNumber() -
setNumber
public void setNumber(java.lang.Integer number) -
getSize
public java.lang.Integer getSize() -
setSize
public void setSize(java.lang.Integer size) -
getDashedFormatting
-
setDashedFormatting
-