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

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

Uses of ManyToOne in org.openxma.dsl.dom
 

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

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

Methods in org.openxma.dsl.dom.model that return ManyToOne
 ManyToOne Dao.getManyToOne(Attribute structuralFeature)
           
 

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

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

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

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

Methods in org.openxma.dsl.dom.model.impl that return ManyToOne
 ManyToOne DomFactoryImpl.createManyToOne()
           
 ManyToOne DaoImpl.getManyToOne(Attribute feature)
           
 

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

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

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



Copyright © 2013. All Rights Reserved.