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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return AuditableEventType
 AuditableEventType RimFactory.createAuditableEventType()
          Returns a new object of class 'Auditable Event Type'.
 AuditableEventType DocumentRoot.getAuditableEvent()
          Returns the value of the 'Auditable Event' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type AuditableEventType
 void DocumentRoot.setAuditableEvent(AuditableEventType value)
          Sets the value of the 'Auditable Event' containment reference.
 

Uses of AuditableEventType 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 AuditableEventType
 class AuditableEventTypeImpl
          An implementation of the model object 'Auditable Event Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return AuditableEventType
 AuditableEventType RimFactoryImpl.createAuditableEventType()
           
 AuditableEventType DocumentRootImpl.getAuditableEvent()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type AuditableEventType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAuditableEvent(AuditableEventType newAuditableEvent, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setAuditableEvent(AuditableEventType newAuditableEvent)
           
 

Uses of AuditableEventType 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 AuditableEventType
 java.lang.Object RimSwitch.caseAuditableEventType(AuditableEventType object)
          Returns the result of interpretting the object as an instance of 'Auditable Event Type'.
 boolean RimValidator.validateAuditableEventType(AuditableEventType auditableEventType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)