Class NoteheadTypeConverter
java.lang.Object
com.musicxmltasks.musicxml.converter.BaseConverter
com.musicxmltasks.musicxml.converter.NoteheadTypeConverter
- All Implemented Interfaces:
javax.persistence.AttributeConverter<NoteheadType,java.lang.String>
public class NoteheadTypeConverter extends BaseConverter implements javax.persistence.AttributeConverter<NoteheadType,java.lang.String>
-
Constructor Summary
Constructors Constructor Description NoteheadTypeConverter() -
Method Summary
Modifier and Type Method Description java.lang.StringconvertToDatabaseColumn(NoteheadType enumValue)NoteheadTypeconvertToEntityAttribute(java.lang.String value)Methods inherited from class com.musicxmltasks.musicxml.converter.BaseConverter
dbValueToEnum, enumToDbValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NoteheadTypeConverter
public NoteheadTypeConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfacejavax.persistence.AttributeConverter<NoteheadType,java.lang.String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfacejavax.persistence.AttributeConverter<NoteheadType,java.lang.String>
-