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

com.scudata.ide.spl.etl.IFieldDefineDialog Maven / Gradle / Ivy

Go to download

SPL(Structured Process Language) A programming language specially for structured data computing.

There is a newer version: 20240823
Show newest version
package com.scudata.ide.spl.etl;

import java.util.ArrayList;

/**
 * ?ֶζ???Ի????ͨ?ýӿں???
 * 
 * @author Joancy
 *
 */
public interface IFieldDefineDialog{
	/**
	 * ?????ֶζ????б?
	 * @param fields ?ֶζ????б?
	 */
	public void setFieldDefines(ArrayList fields);
	
	/**
	 * ??ȡ?༭?õ??ֶζ????б?
	 * @return ?ֶζ????б?
	 */
	public ArrayList getFieldDefines();
	
	/**
	 * ???ش??ڵĶ???ѡ??
	 * @return ѡ??
	 */
	public int getOption();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy