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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return OrganizationType
 OrganizationType RimFactory.createOrganizationType()
          Returns a new object of class 'Organization Type'.
 OrganizationType DocumentRoot.getOrganization()
          Returns the value of the 'Organization' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type OrganizationType
 void DocumentRoot.setOrganization(OrganizationType value)
          Sets the value of the 'Organization' containment reference.
 

Uses of OrganizationType 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 OrganizationType
 class OrganizationTypeImpl
          An implementation of the model object 'Organization Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return OrganizationType
 OrganizationType RimFactoryImpl.createOrganizationType()
           
 OrganizationType DocumentRootImpl.getOrganization()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type OrganizationType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOrganization(OrganizationType newOrganization, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setOrganization(OrganizationType newOrganization)
           
 

Uses of OrganizationType 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 OrganizationType
 java.lang.Object RimSwitch.caseOrganizationType(OrganizationType object)
          Returns the result of interpretting the object as an instance of 'Organization Type'.
 boolean RimValidator.validateOrganizationType(OrganizationType organizationType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)