Class Hole
java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.database.OrderedItem
com.musicxmltasks.musicxml.note.notation.technical.Technical
com.musicxmltasks.musicxml.note.notation.technical.Hole
- All Implemented Interfaces:
MusicItem
@Entity public class Hole extends Technical
-
Constructor Summary
Constructors Constructor Description Hole() -
Method Summary
Modifier and Type Method Description HoleClosedTypegetHoleClosed()HoleClosedLocationgetHoleClosedLocation()java.lang.StringgetHoleShape()java.lang.StringgetType()voidsetHoleClosed(HoleClosedType holeClosed)voidsetHoleClosedLocation(HoleClosedLocation holeClosedLocation)voidsetHoleShape(java.lang.String holeShape)voidsetType(java.lang.String type)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
-
Hole
public Hole()
-
-
Method Details
-
getType
public java.lang.String getType() -
setType
public void setType(java.lang.String type) -
getHoleClosed
-
setHoleClosed
-
getHoleClosedLocation
-
setHoleClosedLocation
-
getHoleShape
public java.lang.String getHoleShape() -
setHoleShape
public void setHoleShape(java.lang.String holeShape)
-