All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yaoqiang.bpmn.model.elements.XMLEmptyElement Maven / Gradle / Ivy

There is a newer version: 2.2.18
Show newest version
package org.yaoqiang.bpmn.model.elements;

/**
 * XMLEmptyElement
 * 
 * @author Shi Yaoqiang([email protected])
 */
public class XMLEmptyElement extends XMLElement {

	public XMLEmptyElement() {
		super(null);
	}

	public String toName() {
		return "";
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy