org.pivot4j.pentaho.content.ReportContentEditor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pivot4j-pentaho Show documentation
Show all versions of pivot4j-pentaho Show documentation
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;
}
}