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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return RegistryPackageType
 RegistryPackageType RimFactoryImpl.createRegistryPackageType()
           
 RegistryPackageType DocumentRootImpl.getRegistryPackage()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type RegistryPackageType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryPackage(RegistryPackageType newRegistryPackage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRegistryPackage(RegistryPackageType newRegistryPackage)
           
 

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