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

Packages that use RegistryObjectType
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 RegistryObjectType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Subinterfaces of RegistryObjectType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 interface AssociationType1
          A representation of the model object 'Association Type1'.
 interface AuditableEventType
          A representation of the model object 'Auditable Event Type'.
 interface ClassificationNodeType
          A representation of the model object 'Classification Node Type'.
 interface ClassificationSchemeType
          A representation of the model object 'Classification Scheme Type'.
 interface ClassificationType
          A representation of the model object 'Classification Type'.
 interface ExternalIdentifierType
          A representation of the model object 'External Identifier Type'.
 interface ExternalLinkType
          A representation of the model object 'External Link Type'.
 interface ExtrinsicObjectType
          A representation of the model object 'Extrinsic Object Type'.
 interface OrganizationType
          A representation of the model object 'Organization Type'.
 interface RegistryEntryType
          A representation of the model object 'Registry Entry Type'.
 interface RegistryPackageType
          A representation of the model object 'Registry Package Type'.
 interface ServiceBindingType
          A representation of the model object 'Service Binding Type'.
 interface ServiceType
          A representation of the model object 'Service Type'.
 interface SpecificationLinkType
          A representation of the model object 'Specification Link Type'.
 interface UserType
          A representation of the model object 'User Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return RegistryObjectType
 RegistryObjectType RimFactory.createRegistryObjectType()
          Returns a new object of class 'Registry Object Type'.
 RegistryObjectType DocumentRoot.getRegistryObject()
          Returns the value of the 'Registry Object' containment reference.
 

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

Uses of RegistryObjectType 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 RegistryObjectType
 class AssociationType1Impl
          An implementation of the model object 'Association Type1'.
 class AuditableEventTypeImpl
          An implementation of the model object 'Auditable Event Type'.
 class ClassificationNodeTypeImpl
          An implementation of the model object 'Classification Node Type'.
 class ClassificationSchemeTypeImpl
          An implementation of the model object 'Classification Scheme Type'.
 class ClassificationTypeImpl
          An implementation of the model object 'Classification Type'.
 class ExternalIdentifierTypeImpl
          An implementation of the model object 'External Identifier Type'.
 class ExternalLinkTypeImpl
          An implementation of the model object 'External Link Type'.
 class ExtrinsicObjectTypeImpl
          An implementation of the model object 'Extrinsic Object Type'.
 class OrganizationTypeImpl
          An implementation of the model object 'Organization Type'.
 class RegistryEntryTypeImpl
          An implementation of the model object 'Registry Entry Type'.
 class RegistryObjectTypeImpl
          An implementation of the model object 'Registry Object Type'.
 class RegistryPackageTypeImpl
          An implementation of the model object 'Registry Package Type'.
 class ServiceBindingTypeImpl
          An implementation of the model object 'Service Binding Type'.
 class ServiceTypeImpl
          An implementation of the model object 'Service Type'.
 class SpecificationLinkTypeImpl
          An implementation of the model object 'Specification Link Type'.
 class UserTypeImpl
          An implementation of the model object 'User Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return RegistryObjectType
 RegistryObjectType RimFactoryImpl.createRegistryObjectType()
           
 RegistryObjectType DocumentRootImpl.getRegistryObject()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type RegistryObjectType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryObject(RegistryObjectType newRegistryObject, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRegistryObject(RegistryObjectType newRegistryObject)
           
 

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