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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocThead
 StrucDocThead CDAR2Factory.createStrucDocThead()
          Returns a new object of class 'Struc Doc Thead'.
 StrucDocThead StrucDocTable.getThead()
          Returns the value of the 'Thead' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type StrucDocThead
 void StrucDocTable.setThead(StrucDocThead value)
          Sets the value of the 'Thead' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocThead
 class StrucDocTheadImpl
          An implementation of the model object 'Struc Doc Thead'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocThead
 StrucDocThead CDAR2FactoryImpl.createStrucDocThead()
           
 StrucDocThead StrucDocTableImpl.getThead()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type StrucDocThead
 org.eclipse.emf.common.notify.NotificationChain StrucDocTableImpl.basicSetThead(StrucDocThead newThead, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StrucDocTableImpl.setThead(StrucDocThead newThead)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocThead
 java.lang.Object CDAR2Switch.caseStrucDocThead(StrucDocThead object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Thead'.
 boolean CDAR2Validator.validateStrucDocThead(StrucDocThead strucDocThead, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)