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

Packages that use OneToOne
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 OneToOne in org.openxma.dsl.dom
 

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

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

Methods in org.openxma.dsl.dom.model that return OneToOne
 OneToOne Dao.getOneToOne(Attribute structuralFeature)
           
 

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

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

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

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

Methods in org.openxma.dsl.dom.model.impl that return OneToOne
 OneToOne DomFactoryImpl.createOneToOne()
           
 OneToOne DaoImpl.getOneToOne(Attribute feature)
           
 

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

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

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

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

Methods in org.openxma.dsl.dom.validation with parameters of type OneToOne
 void DomDslJavaValidator.checkOneToOne(OneToOne oneToOne)
           
 



Copyright © 2013. All Rights Reserved.