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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocCol
 StrucDocCol CDAR2Factory.createStrucDocCol()
          Returns a new object of class 'Struc Doc Col'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocCol
 class StrucDocColImpl
          An implementation of the model object 'Struc Doc Col'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocCol
 StrucDocCol CDAR2FactoryImpl.createStrucDocCol()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocCol
 java.lang.Object CDAR2Switch.caseStrucDocCol(StrucDocCol object)
          Returns the result of interpretting the object as an instance of 'Struc Doc Col'.
 boolean CDAR2Validator.validateStrucDocCol(StrucDocCol strucDocCol, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)