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

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

Uses of JoinEntity in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return JoinEntity
 JoinEntity DomFactory.createJoinEntity()
          Returns a new object of class 'Join Entity'.
 

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

Subinterfaces of JoinEntity in org.openxma.dsl.dom.model
 interface FromClass
          A representation of the model object 'From Class'.
 interface Join
          A representation of the model object 'Join'.
 

Methods in org.openxma.dsl.dom.model that return JoinEntity
 JoinEntity Join.getEntity()
          Returns the value of the 'Entity' reference.
 

Methods in org.openxma.dsl.dom.model with parameters of type JoinEntity
 void Join.setEntity(JoinEntity value)
          Sets the value of the 'Entity' reference.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement JoinEntity
 class FromClassImpl
          An implementation of the model object 'From Class'.
 class JoinEntityImpl
          An implementation of the model object 'Join Entity'.
 class JoinImpl
          An implementation of the model object 'Join'.
 

Fields in org.openxma.dsl.dom.model.impl declared as JoinEntity
protected  JoinEntity JoinImpl.entity
          The cached value of the 'Entity' reference.
 

Methods in org.openxma.dsl.dom.model.impl that return JoinEntity
 JoinEntity JoinImpl.basicGetEntity()
           
 JoinEntity DomFactoryImpl.createJoinEntity()
           
 JoinEntity JoinImpl.getEntity()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type JoinEntity
 void JoinImpl.setEntity(JoinEntity newEntity)
           
 

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

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



Copyright © 2013. All Rights Reserved.