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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return StringClauseType
 StringClauseType QueryFactoryImpl.createStringClauseType()
           
 StringClauseType SimpleClauseTypeImpl.getStringClause()
           
 StringClauseType DocumentRootImpl.getStringClause()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type StringClauseType
 org.eclipse.emf.common.notify.NotificationChain SimpleClauseTypeImpl.basicSetStringClause(StringClauseType newStringClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetStringClause(StringClauseType newStringClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SimpleClauseTypeImpl.setStringClause(StringClauseType newStringClause)
           
 void DocumentRootImpl.setStringClause(StringClauseType newStringClause)
           
 

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