Uses of Interface
org.openxma.dsl.dom.model.AggregateFunction

Packages that use AggregateFunction
org.openxma.dsl.dom   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of AggregateFunction in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return AggregateFunction
 AggregateFunction DomFactory.createAggregateFunction()
          Returns a new object of class 'Aggregate Function'.
 

Uses of AggregateFunction in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement AggregateFunction
 class AggregateFunctionImpl
          An implementation of the model object 'Aggregate Function'.
 

Methods in org.openxma.dsl.dom.model.impl that return AggregateFunction
 AggregateFunction DomFactoryImpl.createAggregateFunction()
           
 

Uses of AggregateFunction in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type AggregateFunction
 T DomSwitch.caseAggregateFunction(AggregateFunction object)
          Returns the result of interpreting the object as an instance of 'Aggregate Function'.
 



Copyright © 2013. All Rights Reserved.