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

org.eclipse.birt.report.engine.api.script.instance.IAbstractTextInstance Maven / Gradle / Ivy

There is a newer version: 4.6.0-20160607
Show newest version
package org.eclipse.birt.report.engine.api.script.instance;

public interface IAbstractTextInstance extends IReportItemInstance
{

	/**
	 * Get the value
	 */
	String getText( );

	/**
	 * Set the value
	 */
	void setText( String value );

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy