Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.RegistryProfileType

Packages that use RegistryProfileType
org.eclipse.ohf.ihe.common.ebxml._2._1.rs   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.util   
 

Uses of RegistryProfileType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return RegistryProfileType
 RegistryProfileType RegistryFactory.createRegistryProfileType()
          Returns a new object of class 'Profile Type'.
 RegistryProfileType RootElementType.getRegistryProfile()
          Returns the value of the 'Registry Profile' containment reference.
 RegistryProfileType DocumentRoot.getRegistryProfile()
          Returns the value of the 'Registry Profile' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type RegistryProfileType
 void RootElementType.setRegistryProfile(RegistryProfileType value)
          Sets the value of the 'Registry Profile' containment reference.
 void DocumentRoot.setRegistryProfile(RegistryProfileType value)
          Sets the value of the 'Registry Profile' containment reference.
 

Uses of RegistryProfileType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that implement RegistryProfileType
 class RegistryProfileTypeImpl
          An implementation of the model object 'Profile Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return RegistryProfileType
 RegistryProfileType RegistryFactoryImpl.createRegistryProfileType()
           
 RegistryProfileType RootElementTypeImpl.getRegistryProfile()
           
 RegistryProfileType DocumentRootImpl.getRegistryProfile()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type RegistryProfileType
 org.eclipse.emf.common.notify.NotificationChain RootElementTypeImpl.basicSetRegistryProfile(RegistryProfileType newRegistryProfile, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRegistryProfile(RegistryProfileType newRegistryProfile, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RootElementTypeImpl.setRegistryProfile(RegistryProfileType newRegistryProfile)
           
 void DocumentRootImpl.setRegistryProfile(RegistryProfileType newRegistryProfile)
           
 

Uses of RegistryProfileType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.util with parameters of type RegistryProfileType
 java.lang.Object RegistrySwitch.caseRegistryProfileType(RegistryProfileType object)
          Returns the result of interpretting the object as an instance of 'Profile Type'.