Uses of Interface
org.eclipse.ohf.ihe.common.cdar2.StrucDocLinkHtml

Packages that use StrucDocLinkHtml
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of StrucDocLinkHtml in org.eclipse.ohf.ihe.common.cdar2
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocLinkHtml
 StrucDocLinkHtml CDAR2Factory.createStrucDocLinkHtml()
          Returns a new object of class 'Struc Doc Link Html'.
 

Uses of StrucDocLinkHtml in org.eclipse.ohf.ihe.common.cdar2.impl
 

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocLinkHtml
 class StrucDocLinkHtmlImpl
          An implementation of the model object 'Struc Doc Link Html'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocLinkHtml
 StrucDocLinkHtml CDAR2FactoryImpl.createStrucDocLinkHtml()
           
 

Uses of StrucDocLinkHtml in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocLinkHtml
 java.lang.Object CDAR2Switch.caseStrucDocLinkHtml(StrucDocLinkHtml object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Link Html'.
 boolean CDAR2Validator.validateStrucDocLinkHtml(StrucDocLinkHtml strucDocLinkHtml, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)