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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return RationalClauseType
 RationalClauseType QueryFactoryImpl.createRationalClauseType()
           
 RationalClauseType SimpleClauseTypeImpl.getRationalClause()
           
 RationalClauseType DocumentRootImpl.getRationalClause()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type RationalClauseType
 org.eclipse.emf.common.notify.NotificationChain SimpleClauseTypeImpl.basicSetRationalClause(RationalClauseType newRationalClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRationalClause(RationalClauseType newRationalClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SimpleClauseTypeImpl.setRationalClause(RationalClauseType newRationalClause)
           
 void DocumentRootImpl.setRationalClause(RationalClauseType newRationalClause)
           
 

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