Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.query.StringFilterType

Packages that use StringFilterType
org.eclipse.ohf.ihe.common.ebxml._3._0.query   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.util   
 

Uses of StringFilterType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return StringFilterType
 StringFilterType QueryFactory.createStringFilterType()
          Returns a new object of class 'String Filter Type'.
 StringFilterType DocumentRoot.getStringFilter()
          Returns the value of the 'String Filter' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type StringFilterType
 void DocumentRoot.setStringFilter(StringFilterType value)
          Sets the value of the 'String Filter' containment reference.
 

Uses of StringFilterType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that implement StringFilterType
 class StringFilterTypeImpl
          An implementation of the model object 'String Filter Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return StringFilterType
 StringFilterType QueryFactoryImpl.createStringFilterType()
           
 StringFilterType DocumentRootImpl.getStringFilter()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type StringFilterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetStringFilter(StringFilterType newStringFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setStringFilter(StringFilterType newStringFilter)
           
 

Uses of StringFilterType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util with parameters of type StringFilterType
 java.lang.Object QuerySwitch.caseStringFilterType(StringFilterType object)
          Returns the result of interpretting the object as an instance of 'String Filter Type'.