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

Packages that use ManyToMany
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
org.openxma.dsl.dom.validation   
 

Uses of ManyToMany in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return ManyToMany
 ManyToMany DomFactory.createManyToMany()
          Returns a new object of class 'Many To Many'.
 

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

Methods in org.openxma.dsl.dom.model that return ManyToMany
 ManyToMany Dao.getManyToMany(Attribute structuralFeature)
           
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type ManyToMany
 org.eclipse.emf.common.util.EList<ManyToMany> Dao.getManyToManyAssociations()
          Returns the value of the 'Many To Many Associations' containment reference list.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement ManyToMany
 class ManyToManyImpl
          An implementation of the model object 'Many To Many'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type ManyToMany
protected  org.eclipse.emf.common.util.EList<ManyToMany> DaoImpl.manyToManyAssociations
          The cached value of the 'Many To Many Associations' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return ManyToMany
 ManyToMany DomFactoryImpl.createManyToMany()
           
 ManyToMany DaoImpl.getManyToMany(Attribute feature)
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type ManyToMany
 org.eclipse.emf.common.util.EList<ManyToMany> DaoImpl.getManyToManyAssociations()
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type ManyToMany
 T DomSwitch.caseManyToMany(ManyToMany object)
          Returns the result of interpreting the object as an instance of 'Many To Many'.
 

Uses of ManyToMany in org.openxma.dsl.dom.validation
 

Methods in org.openxma.dsl.dom.validation with parameters of type ManyToMany
 void DomDslJavaValidator.checkManyToMany(ManyToMany manyToMany)
           
 



Copyright © 2013. All Rights Reserved.