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

org.pivot4j.pentaho.content.ReportContentEditor Maven / Gradle / Ivy

Go to download

Pivot4J Pentatho is an OLAP analysis plugin for BI platform based on Pivot4J library.

The newest version!
package org.pivot4j.pentaho.content;

public class ReportContentEditor extends ReportContentGenerator {

	private static final long serialVersionUID = 2954902953680461053L;

	/**
	 * @see org.pivot4j.pentaho.content.ReportContentGenerator#isEditable()
	 */
	@Override
	public boolean isEditable() {
		return true;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy