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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return NotificationType
 NotificationType RimFactory.createNotificationType()
          Returns a new object of class 'Notification Type'.
 NotificationType DocumentRoot.getNotification()
          Returns the value of the 'Notification' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type NotificationType
 void DocumentRoot.setNotification(NotificationType value)
          Sets the value of the 'Notification' containment reference.
 

Uses of NotificationType 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 NotificationType
 class NotificationTypeImpl
          An implementation of the model object 'Notification Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return NotificationType
 NotificationType RimFactoryImpl.createNotificationType()
           
 NotificationType DocumentRootImpl.getNotification()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type NotificationType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetNotification(NotificationType newNotification, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setNotification(NotificationType newNotification)
           
 

Uses of NotificationType 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 NotificationType
 java.lang.Object RimSwitch.caseNotificationType(NotificationType object)
          Returns the result of interpretting the object as an instance of 'Notification Type'.
 boolean RimValidator.validateNotificationType(NotificationType notificationType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)