package org.jbpm.gd.common.xml; import org.jbpm.gd.common.model.SemanticElement; public interface XmlAdapterNameProvider { String getName(SemanticElement element); }