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

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

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

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

	private static final long serialVersionUID = 6738966855894312006L;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy