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

Packages that use BooleanClauseType
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 BooleanClauseType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return BooleanClauseType
 BooleanClauseType QueryFactory.createBooleanClauseType()
          Returns a new object of class 'Boolean Clause Type'.
 BooleanClauseType SimpleClauseType.getBooleanClause()
          Returns the value of the 'Boolean Clause' containment reference.
 BooleanClauseType DocumentRoot.getBooleanClause()
          Returns the value of the 'Boolean Clause' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type BooleanClauseType
 void SimpleClauseType.setBooleanClause(BooleanClauseType value)
          Sets the value of the 'Boolean Clause' containment reference.
 void DocumentRoot.setBooleanClause(BooleanClauseType value)
          Sets the value of the 'Boolean Clause' containment reference.
 

Uses of BooleanClauseType 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 BooleanClauseType
 class BooleanClauseTypeImpl
          An implementation of the model object 'Boolean Clause Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return BooleanClauseType
 BooleanClauseType QueryFactoryImpl.createBooleanClauseType()
           
 BooleanClauseType SimpleClauseTypeImpl.getBooleanClause()
           
 BooleanClauseType DocumentRootImpl.getBooleanClause()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type BooleanClauseType
 org.eclipse.emf.common.notify.NotificationChain SimpleClauseTypeImpl.basicSetBooleanClause(BooleanClauseType newBooleanClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetBooleanClause(BooleanClauseType newBooleanClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SimpleClauseTypeImpl.setBooleanClause(BooleanClauseType newBooleanClause)
           
 void DocumentRootImpl.setBooleanClause(BooleanClauseType newBooleanClause)
           
 

Uses of BooleanClauseType 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 BooleanClauseType
 java.lang.Object QuerySwitch.caseBooleanClauseType(BooleanClauseType object)
          Returns the result of interpretting the object as an instance of 'Boolean Clause Type'.