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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocTfoot
 StrucDocTfoot CDAR2Factory.createStrucDocTfoot()
          Returns a new object of class 'Struc Doc Tfoot'.
 StrucDocTfoot StrucDocTable.getTfoot()
          Returns the value of the 'Tfoot' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type StrucDocTfoot
 void StrucDocTable.setTfoot(StrucDocTfoot value)
          Sets the value of the 'Tfoot' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocTfoot
 class StrucDocTfootImpl
          An implementation of the model object 'Struc Doc Tfoot'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocTfoot
 StrucDocTfoot CDAR2FactoryImpl.createStrucDocTfoot()
           
 StrucDocTfoot StrucDocTableImpl.getTfoot()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type StrucDocTfoot
 org.eclipse.emf.common.notify.NotificationChain StrucDocTableImpl.basicSetTfoot(StrucDocTfoot newTfoot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StrucDocTableImpl.setTfoot(StrucDocTfoot newTfoot)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocTfoot
 java.lang.Object CDAR2Switch.caseStrucDocTfoot(StrucDocTfoot object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Tfoot'.
 boolean CDAR2Validator.validateStrucDocTfoot(StrucDocTfoot strucDocTfoot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)