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

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

package org.yaoqiang.bpmn.model.elements;

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

	private static final long serialVersionUID = 7973901602233109426L;

	public XMLTextElement(XMLElement parent, String name) {
		super(parent, name);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy