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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ClauseType
 ClauseType QueryFactoryImpl.createClauseType()
           
 ClauseType FilterTypeImpl.getClause()
           
 ClauseType DocumentRootImpl.getClause()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ClauseType
 org.eclipse.emf.common.notify.NotificationChain FilterTypeImpl.basicSetClause(ClauseType newClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetClause(ClauseType newClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterTypeImpl.setClause(ClauseType newClause)
           
 void DocumentRootImpl.setClause(ClauseType newClause)
           
 

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