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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return EnFamily
 EnFamily CDAR2Factory.createEnFamily()
          Returns a new object of class 'En Family'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement EnFamily
 class EnFamilyImpl
          An implementation of the model object 'En Family'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return EnFamily
 EnFamily CDAR2FactoryImpl.createEnFamily()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type EnFamily
 java.lang.Object CDAR2Switch.caseEnFamily(EnFamily object)
          Returns the result of interpretting the object as an instance of 'En Family'.
 boolean CDAR2Validator.validateEnFamily(EnFamily enFamily, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)