Class OtherDirection
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.OtherDirection
- All Implemented Interfaces:
PrintableItem,MusicItem
@Entity public class OtherDirection extends DirectionType implements PrintableItem
-
Field Summary
Fields inherited from class com.musicxmltasks.musicxml.direction.directiontype.DirectionType
MULTIPLE_DIRECTION_TYPES -
Constructor Summary
Constructors Constructor Description OtherDirection() -
Method Summary
Modifier and Type Method Description java.lang.BooleangetPrintObject()java.lang.StringgetSmufl()java.lang.StringgetValue()voidsetPrintObject(java.lang.Boolean printObject)voidsetSmufl(java.lang.String smufl)voidsetValue(java.lang.String value)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
-
OtherDirection
public OtherDirection()
-
-
Method Details
-
getValue
public java.lang.String getValue() -
setValue
public void setValue(java.lang.String value) -
getPrintObject
public java.lang.Boolean getPrintObject()- Specified by:
getPrintObjectin interfacePrintableItem
-
setPrintObject
public void setPrintObject(java.lang.Boolean printObject)- Specified by:
setPrintObjectin interfacePrintableItem
-
getSmufl
public java.lang.String getSmufl() -
setSmufl
public void setSmufl(java.lang.String smufl)
-