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

Packages that use OneToMany
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.scoping   
org.openxma.dsl.dom.util   
 

Uses of OneToMany in org.openxma.dsl.dom
 

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

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

Methods in org.openxma.dsl.dom.model that return OneToMany
 OneToMany Dao.getOneToMany(Attribute structuralFeature)
           
 

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

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

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

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

Methods in org.openxma.dsl.dom.model.impl that return OneToMany
 OneToMany DomFactoryImpl.createOneToMany()
           
 OneToMany DaoImpl.getOneToMany(Attribute feature)
           
 

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

Uses of OneToMany in org.openxma.dsl.dom.scoping
 

Methods in org.openxma.dsl.dom.scoping with parameters of type OneToMany
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_OneToMany_sortOrder(OneToMany oneToMany, org.eclipse.emf.ecore.EReference eReference)
           
 

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

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



Copyright © 2013. All Rights Reserved.