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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocTitle
 StrucDocTitle CDAR2FactoryImpl.createStrucDocTitle()
           
 

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

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