package org.hibernate.tool.hbm2x.hbm2hbmxml; /** * todo: describe PropertyValue * * @author Steve Ebersole */ public interface PropertyValue { public String asString(); }