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

Packages that use IntegerFilterType
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 IntegerFilterType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return IntegerFilterType
 IntegerFilterType QueryFactory.createIntegerFilterType()
          Returns a new object of class 'Integer Filter Type'.
 IntegerFilterType DocumentRoot.getIntegerFilter()
          Returns the value of the 'Integer Filter' containment reference.
 

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

Uses of IntegerFilterType 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 IntegerFilterType
 class IntegerFilterTypeImpl
          An implementation of the model object 'Integer Filter Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return IntegerFilterType
 IntegerFilterType QueryFactoryImpl.createIntegerFilterType()
           
 IntegerFilterType DocumentRootImpl.getIntegerFilter()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type IntegerFilterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetIntegerFilter(IntegerFilterType newIntegerFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setIntegerFilter(IntegerFilterType newIntegerFilter)
           
 

Uses of IntegerFilterType 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 IntegerFilterType
 java.lang.Object QuerySwitch.caseIntegerFilterType(IntegerFilterType object)
          Returns the result of interpretting the object as an instance of 'Integer Filter Type'.