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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocFootnote
 StrucDocFootnote CDAR2FactoryImpl.createStrucDocFootnote()
           
 

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

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