Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.query.CompoundClauseType

Packages that use CompoundClauseType
org.eclipse.ohf.ihe.common.ebxml._2._1.query   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.util   
 

Uses of CompoundClauseType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return CompoundClauseType
 CompoundClauseType QueryFactory.createCompoundClauseType()
          Returns a new object of class 'Compound Clause Type'.
 CompoundClauseType DocumentRoot.getCompoundClause()
          Returns the value of the 'Compound Clause' containment reference.
 CompoundClauseType ClauseType.getCompoundClause()
          Returns the value of the 'Compound Clause' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type CompoundClauseType
 void DocumentRoot.setCompoundClause(CompoundClauseType value)
          Sets the value of the 'Compound Clause' containment reference.
 void ClauseType.setCompoundClause(CompoundClauseType value)
          Sets the value of the 'Compound Clause' containment reference.
 

Uses of CompoundClauseType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that implement CompoundClauseType
 class CompoundClauseTypeImpl
          An implementation of the model object 'Compound Clause Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return CompoundClauseType
 CompoundClauseType QueryFactoryImpl.createCompoundClauseType()
           
 CompoundClauseType DocumentRootImpl.getCompoundClause()
           
 CompoundClauseType ClauseTypeImpl.getCompoundClause()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type CompoundClauseType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetCompoundClause(CompoundClauseType newCompoundClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ClauseTypeImpl.basicSetCompoundClause(CompoundClauseType newCompoundClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setCompoundClause(CompoundClauseType newCompoundClause)
           
 void ClauseTypeImpl.setCompoundClause(CompoundClauseType newCompoundClause)
           
 

Uses of CompoundClauseType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.util with parameters of type CompoundClauseType
 java.lang.Object QuerySwitch.caseCompoundClauseType(CompoundClauseType object)
          Returns the result of interpretting the object as an instance of 'Compound Clause Type'.