Uses of Class
com.stimulsoft.report.engine.parser.enums.StiParameterNumber

Packages that use StiParameterNumber
com.stimulsoft.report.engine.parser.enums   
 

Uses of StiParameterNumber in com.stimulsoft.report.engine.parser.enums
 

Methods in com.stimulsoft.report.engine.parser.enums that return StiParameterNumber
static StiParameterNumber StiParameterNumber.forValue(int value)
           
static StiParameterNumber StiParameterNumber.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiParameterNumber[] StiParameterNumber.values()
          Returns an array containing the constants of this enum type, in the order they are declared.