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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return SpecificationLinkType
 SpecificationLinkType RimFactory.createSpecificationLinkType()
          Returns a new object of class 'Specification Link Type'.
 SpecificationLinkType DocumentRoot.getSpecificationLink()
          Returns the value of the 'Specification Link' containment reference.
 

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

Uses of SpecificationLinkType 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 SpecificationLinkType
 class SpecificationLinkTypeImpl
          An implementation of the model object 'Specification Link Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return SpecificationLinkType
 SpecificationLinkType RimFactoryImpl.createSpecificationLinkType()
           
 SpecificationLinkType DocumentRootImpl.getSpecificationLink()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type SpecificationLinkType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSpecificationLink(SpecificationLinkType newSpecificationLink, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setSpecificationLink(SpecificationLinkType newSpecificationLink)
           
 

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