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

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

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

Subinterfaces of Dependant in org.openxma.dsl.dom.model
 interface Dao
          A representation of the model object 'Dao'.
 interface Entity
          A representation of the model object ' Entity'.
 interface Service
          A representation of the model object 'Service'.
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type Dependant
 org.eclipse.emf.common.util.EList<Dependant> Service.getDependencies()
          Returns the value of the 'Dependencies' reference list.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement Dependant
 class DaoImpl
          An implementation of the model object 'Dao'.
 class DependantImpl
          An implementation of the model object 'Dependant'.
 class EntityImpl
          An implementation of the model object ' Entity'.
 class ServiceImpl
          An implementation of the model object 'Service'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type Dependant
protected  org.eclipse.emf.common.util.EList<Dependant> ServiceImpl.dependencies
          The cached value of the 'Dependencies' reference list.
 

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

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

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



Copyright © 2013. All Rights Reserved.