Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.query.QueryExpressionBranchType

Packages that use QueryExpressionBranchType
org.eclipse.ohf.ihe.common.ebxml._3._0.query   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.util   
 

Uses of QueryExpressionBranchType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return QueryExpressionBranchType
 QueryExpressionBranchType QueryFactory.createQueryExpressionBranchType()
          Returns a new object of class 'Expression Branch Type'.
 QueryExpressionBranchType AdhocQueryQueryType.getQueryExpressionBranch()
          Returns the value of the 'Query Expression Branch' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type QueryExpressionBranchType
 void AdhocQueryQueryType.setQueryExpressionBranch(QueryExpressionBranchType value)
          Sets the value of the 'Query Expression Branch' containment reference.
 

Uses of QueryExpressionBranchType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that implement QueryExpressionBranchType
 class QueryExpressionBranchTypeImpl
          An implementation of the model object 'Expression Branch Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return QueryExpressionBranchType
 QueryExpressionBranchType QueryFactoryImpl.createQueryExpressionBranchType()
           
 QueryExpressionBranchType AdhocQueryQueryTypeImpl.getQueryExpressionBranch()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type QueryExpressionBranchType
 org.eclipse.emf.common.notify.NotificationChain AdhocQueryQueryTypeImpl.basicSetQueryExpressionBranch(QueryExpressionBranchType newQueryExpressionBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AdhocQueryQueryTypeImpl.setQueryExpressionBranch(QueryExpressionBranchType newQueryExpressionBranch)
           
 

Uses of QueryExpressionBranchType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util with parameters of type QueryExpressionBranchType
 java.lang.Object QuerySwitch.caseQueryExpressionBranchType(QueryExpressionBranchType object)
          Returns the result of interpretting the object as an instance of 'Expression Branch Type'.