Uses of Interface
org.eclipse.emf.mapping.MappingPackage

Packages that use MappingPackage
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.util   
 

Uses of MappingPackage in org.eclipse.emf.mapping
 

Fields in org.eclipse.emf.mapping declared as MappingPackage
static MappingPackage MappingPackage.eINSTANCE
          The singleton instance of the package.
 

Methods in org.eclipse.emf.mapping that return MappingPackage
 MappingPackage MappingFactory.getMappingPackage()
          Returns the package supported by this factory
 

Uses of MappingPackage in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement MappingPackage
 class MappingPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.mapping.impl that return MappingPackage
 MappingPackage MappingFactoryImpl.getMappingPackage()
           
static MappingPackage MappingFactoryImpl.getPackage()
          Deprecated.  
static MappingPackage MappingPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of MappingPackage in org.eclipse.emf.mapping.util
 

Fields in org.eclipse.emf.mapping.util declared as MappingPackage
protected static MappingPackage MappingAdapterFactory.modelPackage
          The cached model package
protected static MappingPackage MappingSwitch.modelPackage
          The cached model package
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.