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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return StrucDocList
 StrucDocList CDAR2Factory.createStrucDocList()
          Returns a new object of class 'Struc Doc List'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement StrucDocList
 class StrucDocListImpl
          An implementation of the model object 'Struc Doc List'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return StrucDocList
 StrucDocList CDAR2FactoryImpl.createStrucDocList()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type StrucDocList
 java.lang.Object CDAR2Switch.caseStrucDocList(StrucDocList object)
          Returns the result of interpretting the object as an instance of 'Struc Doc List'.
 boolean CDAR2Validator.validateStrucDocList(StrucDocList strucDocList, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)