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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return RegistryType
 RegistryType RimFactory.createRegistryType()
          Returns a new object of class 'Registry Type'.
 RegistryType DocumentRoot.getRegistry()
          Returns the value of the 'Registry' containment reference.
 

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

Uses of RegistryType 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 RegistryType
 class RegistryTypeImpl
          An implementation of the model object 'Registry Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return RegistryType
 RegistryType RimFactoryImpl.createRegistryType()
           
 RegistryType DocumentRootImpl.getRegistry()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type RegistryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistry(RegistryType newRegistry, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRegistry(RegistryType newRegistry)
           
 

Uses of RegistryType 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 RegistryType
 java.lang.Object RimSwitch.caseRegistryType(RegistryType object)
          Returns the result of interpretting the object as an instance of 'Registry Type'.
 boolean RimValidator.validateRegistryType(RegistryType registryType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)