Uses of Interface
org.eclipse.ohf.ihe.xds.metadata.MetadataFactory

Packages that use MetadataFactory
org.eclipse.ohf.ihe.xds.metadata   
org.eclipse.ohf.ihe.xds.metadata.impl   
 

Uses of MetadataFactory in org.eclipse.ohf.ihe.xds.metadata
 

Fields in org.eclipse.ohf.ihe.xds.metadata declared as MetadataFactory
static MetadataFactory MetadataFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return MetadataFactory
 MetadataFactory MetadataPackage.getMetadataFactory()
          Returns the factory that creates the instances of the model.
 

Uses of MetadataFactory in org.eclipse.ohf.ihe.xds.metadata.impl
 

Classes in org.eclipse.ohf.ihe.xds.metadata.impl that implement MetadataFactory
 class MetadataFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return MetadataFactory
 MetadataFactory MetadataPackageImpl.getMetadataFactory()
           
static MetadataFactory MetadataFactoryImpl.init()
          Creates the default factory implementation.