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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocColgroup
 StrucDocColgroup CDAR2Factory.createStrucDocColgroup()
          Returns a new object of class 'Struc Doc Colgroup'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocColgroup
 class StrucDocColgroupImpl
          An implementation of the model object 'Struc Doc Colgroup'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocColgroup
 StrucDocColgroup CDAR2FactoryImpl.createStrucDocColgroup()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocColgroup
 java.lang.Object CDAR2Switch.caseStrucDocColgroup(StrucDocColgroup object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Colgroup'.
 boolean CDAR2Validator.validateStrucDocColgroup(StrucDocColgroup strucDocColgroup, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)