Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.QueryExpressionType

Packages that use QueryExpressionType
org.eclipse.ohf.ihe.common.ebxml._3._0.rim   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util   
 

Uses of QueryExpressionType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return QueryExpressionType
 QueryExpressionType RimFactory.createQueryExpressionType()
          Returns a new object of class 'Query Expression Type'.
 QueryExpressionType DocumentRoot.getQueryExpression()
          Returns the value of the 'Query Expression' containment reference.
 QueryExpressionType AdhocQueryType.getQueryExpression()
          Returns the value of the 'Query Expression' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type QueryExpressionType
 void DocumentRoot.setQueryExpression(QueryExpressionType value)
          Sets the value of the 'Query Expression' containment reference.
 void AdhocQueryType.setQueryExpression(QueryExpressionType value)
          Sets the value of the 'Query Expression' containment reference.
 

Uses of QueryExpressionType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that implement QueryExpressionType
 class QueryExpressionTypeImpl
          An implementation of the model object 'Query Expression Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return QueryExpressionType
 QueryExpressionType RimFactoryImpl.createQueryExpressionType()
           
 QueryExpressionType DocumentRootImpl.getQueryExpression()
           
 QueryExpressionType AdhocQueryTypeImpl.getQueryExpression()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type QueryExpressionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetQueryExpression(QueryExpressionType newQueryExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AdhocQueryTypeImpl.basicSetQueryExpression(QueryExpressionType newQueryExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setQueryExpression(QueryExpressionType newQueryExpression)
           
 void AdhocQueryTypeImpl.setQueryExpression(QueryExpressionType newQueryExpression)
           
 

Uses of QueryExpressionType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util with parameters of type QueryExpressionType
 java.lang.Object RimSwitch.caseQueryExpressionType(QueryExpressionType object)
          Returns the result of interpretting the object as an instance of 'Query Expression Type'.
 boolean RimValidator.validateQueryExpressionType(QueryExpressionType queryExpressionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)