Package org.pentaho.reporting.engine.classic.core.metadata

Examples of org.pentaho.reporting.engine.classic.core.metadata.DefaultReportProcessTaskMetaData


   * @return the object.
   * @throws org.xml.sax.SAXException if an parser error occured.
   */
  public ReportProcessTaskMetaData getObject() throws SAXException
  {
    return new DefaultReportProcessTaskMetaData(getName(), bundleName,
        isExpert(), isPreferred(), isHidden(), isDeprecated(), isExperimental(),
        getCompatibilityLevel(), expressionClass, configurationPrefix, aliases);
  }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.engine.classic.core.metadata.DefaultReportProcessTaskMetaData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.