package com.xenoage.zong.musicxml.types.util; import com.xenoage.zong.musicxml.types.MxlFormattedText; /** * Helper interface for classes which provide a {@link MxlFormattedText}. * * @author Andreas Wenger */ public interface MxlFormattedTextContent { MxlFormattedText getFormattedText(); }