Uses of Interface
org.eclipse.ohf.ihe.common.hl7v2.Hl7v2Factory

Packages that use Hl7v2Factory
org.eclipse.ohf.ihe.common.hl7v2   
org.eclipse.ohf.ihe.common.hl7v2.impl   
 

Uses of Hl7v2Factory in org.eclipse.ohf.ihe.common.hl7v2
 

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

Methods in org.eclipse.ohf.ihe.common.hl7v2 that return Hl7v2Factory
 Hl7v2Factory Hl7v2Package.getHl7v2Factory()
          Returns the factory that creates the instances of the model.
 

Uses of Hl7v2Factory in org.eclipse.ohf.ihe.common.hl7v2.impl
 

Classes in org.eclipse.ohf.ihe.common.hl7v2.impl that implement Hl7v2Factory
 class Hl7v2FactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.impl that return Hl7v2Factory
 Hl7v2Factory Hl7v2PackageImpl.getHl7v2Factory()
           
static Hl7v2Factory Hl7v2FactoryImpl.init()
          Creates the default factory implementation.