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

net.sf.xmlform.action.Action Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package net.sf.xmlform.action;

import net.sf.xmlform.data.SourceType;

/**
 * @author Liu Zhikun
 */

public interface Action {
	public SourceType getSourceType();
	public String getSourceForm();
	public String getResultForm();
	public long getMinoccurs();
	public long getMaxoccurs();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy