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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return DateTimeFilterType
 DateTimeFilterType QueryFactory.createDateTimeFilterType()
          Returns a new object of class 'Date Time Filter Type'.
 DateTimeFilterType DocumentRoot.getDateTimeFilter()
          Returns the value of the 'Date Time Filter' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type DateTimeFilterType
 void DocumentRoot.setDateTimeFilter(DateTimeFilterType value)
          Sets the value of the 'Date Time Filter' containment reference.
 

Uses of DateTimeFilterType 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 DateTimeFilterType
 class DateTimeFilterTypeImpl
          An implementation of the model object 'Date Time Filter Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return DateTimeFilterType
 DateTimeFilterType QueryFactoryImpl.createDateTimeFilterType()
           
 DateTimeFilterType DocumentRootImpl.getDateTimeFilter()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type DateTimeFilterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDateTimeFilter(DateTimeFilterType newDateTimeFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setDateTimeFilter(DateTimeFilterType newDateTimeFilter)
           
 

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