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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return ExternalLinkType
 ExternalLinkType RimFactory.createExternalLinkType()
          Returns a new object of class 'External Link Type'.
 ExternalLinkType DocumentRoot.getExternalLink()
          Returns the value of the 'External Link' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type ExternalLinkType
 void DocumentRoot.setExternalLink(ExternalLinkType value)
          Sets the value of the 'External Link' containment reference.
 

Uses of ExternalLinkType 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 ExternalLinkType
 class ExternalLinkTypeImpl
          An implementation of the model object 'External Link Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return ExternalLinkType
 ExternalLinkType RimFactoryImpl.createExternalLinkType()
           
 ExternalLinkType DocumentRootImpl.getExternalLink()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type ExternalLinkType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExternalLink(ExternalLinkType newExternalLink, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExternalLink(ExternalLinkType newExternalLink)
           
 

Uses of ExternalLinkType 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 ExternalLinkType
 java.lang.Object RimSwitch.caseExternalLinkType(ExternalLinkType object)
          Returns the result of interpretting the object as an instance of 'External Link Type'.
 boolean RimValidator.validateExternalLinkType(ExternalLinkType externalLinkType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)