Class BeamFanConverter
java.lang.Object
com.musicxmltasks.musicxml.converter.BaseConverter
com.musicxmltasks.musicxml.converter.BeamFanConverter
- All Implemented Interfaces:
javax.persistence.AttributeConverter<BeamFan,java.lang.String>
public class BeamFanConverter extends BaseConverter implements javax.persistence.AttributeConverter<BeamFan,java.lang.String>
-
Constructor Summary
Constructors Constructor Description BeamFanConverter() -
Method Summary
Modifier and Type Method Description java.lang.StringconvertToDatabaseColumn(BeamFan enumValue)BeamFanconvertToEntityAttribute(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
-
BeamFanConverter
public BeamFanConverter()
-
-
Method Details