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

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

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

Subinterfaces of DaoFeature in org.openxma.dsl.dom.model
 interface Column
          A representation of the model object 'Column'.
 interface ManyToMany
          A representation of the model object 'Many To Many'.
 interface ManyToOne
          A representation of the model object 'Many To One'.
 interface OneToMany
          A representation of the model object 'One To Many'.
 interface OneToOne
          A representation of the model object 'One To One'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement DaoFeature
 class ColumnImpl
          An implementation of the model object 'Column'.
 class DaoFeatureImpl
          An implementation of the model object 'Dao Feature'.
 class ManyToManyImpl
          An implementation of the model object 'Many To Many'.
 class ManyToOneImpl
          An implementation of the model object 'Many To One'.
 class OneToManyImpl
          An implementation of the model object 'One To Many'.
 class OneToOneImpl
          An implementation of the model object 'One To One'.
 

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

Methods in org.openxma.dsl.dom.scoping with parameters of type DaoFeature
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_DaoFeature_attribute(DaoFeature daoFeature, org.eclipse.emf.ecore.EReference eReference)
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type DaoFeature
 T DomSwitch.caseDaoFeature(DaoFeature object)
          Returns the result of interpreting the object as an instance of 'Dao Feature'.
 



Copyright © 2013. All Rights Reserved.