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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocFootnoteRef
 StrucDocFootnoteRef CDAR2Factory.createStrucDocFootnoteRef()
          Returns a new object of class 'Struc Doc Footnote Ref'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocFootnoteRef
 class StrucDocFootnoteRefImpl
          An implementation of the model object 'Struc Doc Footnote Ref'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocFootnoteRef
 StrucDocFootnoteRef CDAR2FactoryImpl.createStrucDocFootnoteRef()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocFootnoteRef
 java.lang.Object CDAR2Switch.caseStrucDocFootnoteRef(StrucDocFootnoteRef object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Footnote Ref'.
 boolean CDAR2Validator.validateStrucDocFootnoteRef(StrucDocFootnoteRef strucDocFootnoteRef, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)