Uses of Class
com.stimulsoft.report.crossTab.core.enums.StiSummaryValues

Packages that use StiSummaryValues
com.stimulsoft.report.crossTab   
com.stimulsoft.report.crossTab.core.enums   
 

Uses of StiSummaryValues in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiSummaryValues
 StiSummaryValues StiCrossSummary.getSummaryValues()
          Gets or sets the type of zeros and nulls values summation.
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiSummaryValues
 void StiCrossSummary.setSummaryValues(StiSummaryValues value)
           
 

Uses of StiSummaryValues in com.stimulsoft.report.crossTab.core.enums
 

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