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

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

Subinterfaces of ActionType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 interface NotifyActionType
          A representation of the model object 'Notify Action Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return ActionType
 ActionType DocumentRoot.getAction()
          Returns the value of the 'Action' containment reference.
 

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

Uses of ActionType 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 ActionType
 class ActionTypeImpl
          An implementation of the model object 'Action Type'.
 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 ActionType
 ActionType DocumentRootImpl.getAction()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type ActionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAction(ActionType newAction, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setAction(ActionType newAction)
           
 

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