Packagestimulsoft.report.dictionary.aggregateFunctions
Classpublic class StiMaxDecimalFunctionService
InheritanceStiMaxDecimalFunctionService Inheritance StiAggregateFunctionService Inheritance StiService Inheritance StiObject Inheritance Object
Subclasses StiMaxDoubleFunctionService



Public Properties
 PropertyDefined By
 Inheritedproperties : StiRepositoryItems
StiService
  recureParam : Boolean
[override] [read-only] Gets value, indicates that this function require a parameter.
StiMaxDecimalFunctionService
 InheritedrunningTotal : Boolean
StiAggregateFunctionService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Protected Properties
 PropertyDefined By
 InheritedisFirstInit : Boolean = false
StiAggregateFunctionService
Public Methods
 MethodDefined By
  
StiMaxDecimalFunctionService(runningTotal:Boolean = false)
StiMaxDecimalFunctionService
  
calcItem(value:*):void
[override] A value calculation.
StiMaxDecimalFunctionService
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
 Inherited
equals(object:Object):Boolean
StiObject
  
[override] Returns the type of the result.
StiMaxDecimalFunctionService
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
  
[override] Returns the calculation result.
StiMaxDecimalFunctionService
  
init():void
[override] First initialization.
StiMaxDecimalFunctionService
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiMaxDecimalFunctionService
 Inherited
StiService
 Inherited
reset():void
Reset result of total calculation.
StiAggregateFunctionService
Property Detail
recureParamproperty
recureParam:Boolean  [read-only] [override]

Gets value, indicates that this function require a parameter.


Implementation
    public function get recureParam():Boolean
Constructor Detail
StiMaxDecimalFunctionService()Constructor
public function StiMaxDecimalFunctionService(runningTotal:Boolean = false)



Parameters
runningTotal:Boolean (default = false)
Method Detail
calcItem()method
override public function calcItem(value:*):void

A value calculation.

Parameters

value:*

getResultType()method 
override public function getResultType():Class

Returns the type of the result.

Returns
Class
getValue()method 
override public function getValue():*

Returns the calculation result.

Returns
*
init()method 
override public function init():void

First initialization.

memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object