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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocTitleFootnote
 StrucDocTitleFootnote CDAR2FactoryImpl.createStrucDocTitleFootnote()
           
 

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

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