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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return NotifyActionType
 NotifyActionType RimFactory.createNotifyActionType()
          Returns a new object of class 'Notify Action Type'.
 NotifyActionType DocumentRoot.getNotifyAction()
          Returns the value of the 'Notify Action' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type NotifyActionType
 void DocumentRoot.setNotifyAction(NotifyActionType value)
          Sets the value of the 'Notify Action' containment reference.
 

Uses of NotifyActionType 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 NotifyActionType
 class NotifyActionTypeImpl
          An implementation of the model object 'Notify Action Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return NotifyActionType
 NotifyActionType RimFactoryImpl.createNotifyActionType()
           
 NotifyActionType DocumentRootImpl.getNotifyAction()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type NotifyActionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetNotifyAction(NotifyActionType newNotifyAction, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setNotifyAction(NotifyActionType newNotifyAction)
           
 

Uses of NotifyActionType 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 NotifyActionType
 java.lang.Object RimSwitch.caseNotifyActionType(NotifyActionType object)
          Returns the result of interpretting the object as an instance of 'Notify Action Type'.
 boolean RimValidator.validateNotifyActionType(NotifyActionType notifyActionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)