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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return FederationType
 FederationType RimFactory.createFederationType()
          Returns a new object of class 'Federation Type'.
 FederationType DocumentRoot.getFederation()
          Returns the value of the 'Federation' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type FederationType
 void DocumentRoot.setFederation(FederationType value)
          Sets the value of the 'Federation' containment reference.
 

Uses of FederationType 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 FederationType
 class FederationTypeImpl
          An implementation of the model object 'Federation Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return FederationType
 FederationType RimFactoryImpl.createFederationType()
           
 FederationType DocumentRootImpl.getFederation()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type FederationType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFederation(FederationType newFederation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setFederation(FederationType newFederation)
           
 

Uses of FederationType 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 FederationType
 java.lang.Object RimSwitch.caseFederationType(FederationType object)
          Returns the result of interpretting the object as an instance of 'Federation Type'.
 boolean RimValidator.validateFederationType(FederationType federationType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)