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

cn.bluejoe.xmlbeans.node.value.EntityNode Maven / Gradle / Ivy

package cn.bluejoe.xmlbeans.node.value;

/**
 * @author [email protected]
 */
public interface EntityNode extends ValueNode
{
	public String getNodeId();

	public T getValue();

	public void setNodeId(String nodeId);

	public void setValue(T bean);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy