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

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

Subinterfaces of SimpleFilterType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 interface BooleanFilterType
          A representation of the model object 'Boolean Filter Type'.
 interface DateTimeFilterType
          A representation of the model object 'Date Time Filter Type'.
 interface FloatFilterType
          A representation of the model object 'Float Filter Type'.
 interface IntegerFilterType
          A representation of the model object 'Integer Filter Type'.
 interface StringFilterType
          A representation of the model object 'String Filter Type'.
 

Uses of SimpleFilterType 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 SimpleFilterType
 class BooleanFilterTypeImpl
          An implementation of the model object 'Boolean Filter Type'.
 class DateTimeFilterTypeImpl
          An implementation of the model object 'Date Time Filter Type'.
 class FloatFilterTypeImpl
          An implementation of the model object 'Float Filter Type'.
 class IntegerFilterTypeImpl
          An implementation of the model object 'Integer Filter Type'.
 class SimpleFilterTypeImpl
          An implementation of the model object 'Simple Filter Type'.
 class StringFilterTypeImpl
          An implementation of the model object 'String Filter Type'.
 

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