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

Packages that use CDAR2Factory
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
 

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

Fields in org.eclipse.ohf.ihe.common.cdar2 declared as CDAR2Factory
static CDAR2Factory CDAR2Factory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return CDAR2Factory
 CDAR2Factory CDAR2Package.getCDAR2Factory()
          Returns the factory that creates the instances of the model.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement CDAR2Factory
 class CDAR2FactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return CDAR2Factory
 CDAR2Factory CDAR2PackageImpl.getCDAR2Factory()
           
static CDAR2Factory CDAR2FactoryImpl.init()
          Creates the default factory implementation.