Uses of Enum Class
org.netxms.client.constants.AggregationFunction
Packages that use AggregationFunction
- 
Uses of AggregationFunction in org.netxms.clientMethods in org.netxms.client with parameters of type AggregationFunctionModifier and TypeMethodDescriptionNXCSession.queryAdHocDciSummaryTable(long baseObjectId, List<DciSummaryTableColumn> columns, AggregationFunction function, Date periodStart, Date periodEnd, boolean multiInstance) Query ad-hoc DCI summary table.
- 
Uses of AggregationFunction in org.netxms.client.constantsMethods in org.netxms.client.constants that return AggregationFunctionModifier and TypeMethodDescriptionstatic AggregationFunctionAggregationFunction.getByValue(int value) Get enum element by integer valuestatic AggregationFunctionReturns the enum constant of this class with the specified name.static AggregationFunction[]AggregationFunction.values()Returns an array containing the constants of this enum class, in the order they are declared.