Class StiMaxStrFunctionService
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.dictionary.aggregateFunctions.StiAggregateFunctionService
com.stimulsoft.report.dictionary.aggregateFunctions.StiMaxStrFunctionService
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef,Cloneable
Describes the class for work with MaxStr aggregate function. To calculate the type string is
used.
-
Field Summary
FieldsFields inherited from class com.stimulsoft.report.dictionary.aggregateFunctions.StiAggregateFunctionService
IsFirstInitFields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stimulsoft.report.dictionary.aggregateFunctions.StiAggregateFunctionService
ClearAllStates, getList, getRunningTotal, getServiceCategory, getServiceType, getStates, Reset, setRunningTotalMethods inherited from class com.stimulsoft.base.services.StiService
clone, getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Field Details
-
AscComparison
-
-
Constructor Details
-
StiMaxStrFunctionService
public StiMaxStrFunctionService() -
StiMaxStrFunctionService
public StiMaxStrFunctionService(boolean runningTotal)
-
-
Method Details
-
CalcItem
A value calculation.- Specified by:
CalcItemin classStiAggregateFunctionService- Parameters:
value- Value.
-
getRecureParam
public boolean getRecureParam()Gets value, indicates that this function require a parameter.- Specified by:
getRecureParamin classStiAggregateFunctionService
-
GetResultType
Returns the type of the result.- Specified by:
GetResultTypein classStiAggregateFunctionService
-
getServiceName
Gets a service name.- Overrides:
getServiceNamein classStiService
-
GetValue
Returns the calculation result.- Specified by:
GetValuein classStiAggregateFunctionService- Returns:
- Calculation result.
-
Init
public void Init()First initialization.- Specified by:
Initin classStiAggregateFunctionService
-
SetValue
Sets the calculation result.- Specified by:
SetValuein classStiAggregateFunctionService
-