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

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

Uses of CollectionFunction in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return CollectionFunction
 CollectionFunction DomFactory.createCollectionFunction()
          Returns a new object of class 'Collection Function'.
 

Uses of CollectionFunction in org.openxma.dsl.dom.model
 

Methods in org.openxma.dsl.dom.model that return CollectionFunction
 CollectionFunction AggregateFunction.getCollection()
          Returns the value of the 'Collection' containment reference.
 

Methods in org.openxma.dsl.dom.model with parameters of type CollectionFunction
 void AggregateFunction.setCollection(CollectionFunction value)
          Sets the value of the 'Collection' containment reference.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement CollectionFunction
 class CollectionFunctionImpl
          An implementation of the model object 'Collection Function'.
 

Fields in org.openxma.dsl.dom.model.impl declared as CollectionFunction
protected  CollectionFunction AggregateFunctionImpl.collection
          The cached value of the 'Collection' containment reference.
 

Methods in org.openxma.dsl.dom.model.impl that return CollectionFunction
 CollectionFunction DomFactoryImpl.createCollectionFunction()
           
 CollectionFunction AggregateFunctionImpl.getCollection()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type CollectionFunction
 org.eclipse.emf.common.notify.NotificationChain AggregateFunctionImpl.basicSetCollection(CollectionFunction newCollection, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AggregateFunctionImpl.setCollection(CollectionFunction newCollection)
           
 

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

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



Copyright © 2013. All Rights Reserved.