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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return SimpleClauseType
 SimpleClauseType QueryFactoryImpl.createSimpleClauseType()
           
 SimpleClauseType DocumentRootImpl.getSimpleClause()
           
 SimpleClauseType ClauseTypeImpl.getSimpleClause()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type SimpleClauseType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSimpleClause(SimpleClauseType newSimpleClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ClauseTypeImpl.basicSetSimpleClause(SimpleClauseType newSimpleClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setSimpleClause(SimpleClauseType newSimpleClause)
           
 void ClauseTypeImpl.setSimpleClause(SimpleClauseType newSimpleClause)
           
 

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