Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.RegistryEntryType

Packages that use RegistryEntryType
org.eclipse.ohf.ihe.common.ebxml._2._1.rim   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util   
 

Uses of RegistryEntryType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Subinterfaces of RegistryEntryType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 interface ClassificationSchemeType
          A representation of the model object 'Classification Scheme Type'.
 interface ExtrinsicObjectType
          A representation of the model object 'Extrinsic Object Type'.
 interface RegistryPackageType
          A representation of the model object 'Registry Package Type'.
 interface ServiceType
          A representation of the model object 'Service Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return RegistryEntryType
 RegistryEntryType RimFactory.createRegistryEntryType()
          Returns a new object of class 'Registry Entry Type'.
 RegistryEntryType DocumentRoot.getRegistryEntry()
          Returns the value of the 'Registry Entry' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type RegistryEntryType
 void DocumentRoot.setRegistryEntry(RegistryEntryType value)
          Sets the value of the 'Registry Entry' containment reference.
 

Uses of RegistryEntryType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that implement RegistryEntryType
 class ClassificationSchemeTypeImpl
          An implementation of the model object 'Classification Scheme Type'.
 class ExtrinsicObjectTypeImpl
          An implementation of the model object 'Extrinsic Object Type'.
 class RegistryEntryTypeImpl
          An implementation of the model object 'Registry Entry Type'.
 class RegistryPackageTypeImpl
          An implementation of the model object 'Registry Package Type'.
 class ServiceTypeImpl
          An implementation of the model object 'Service Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return RegistryEntryType
 RegistryEntryType RimFactoryImpl.createRegistryEntryType()
           
 RegistryEntryType DocumentRootImpl.getRegistryEntry()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type RegistryEntryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryEntry(RegistryEntryType newRegistryEntry, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRegistryEntry(RegistryEntryType newRegistryEntry)
           
 

Uses of RegistryEntryType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util with parameters of type RegistryEntryType
 java.lang.Object RimSwitch.caseRegistryEntryType(RegistryEntryType object)
          Returns the result of interpretting the object as an instance of 'Registry Entry Type'.
 boolean RimValidator.validateRegistryEntryType(RegistryEntryType registryEntryType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)