Uses of Class
org.jboss.bpm.report.model.ReportParameter.Type

Uses of ReportParameter.Type in org.jboss.bpm.report.model
 

Methods in org.jboss.bpm.report.model that return ReportParameter.Type
 ReportParameter.Type ReportParameter.getType()
           
static ReportParameter.Type ReportParameter.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReportParameter.Type[] ReportParameter.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jboss.bpm.report.model with parameters of type ReportParameter.Type
ReportParameter(java.lang.String name, ReportParameter.Type type)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.