Uses of Interface
org.eclipse.emf.test.models.key.KeyPackage

Packages that use KeyPackage
org.eclipse.emf.test.models.key   
org.eclipse.emf.test.models.key.impl   
org.eclipse.emf.test.models.key.util   
 

Uses of KeyPackage in org.eclipse.emf.test.models.key
 

Fields in org.eclipse.emf.test.models.key declared as KeyPackage
static KeyPackage KeyPackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.test.models.key that return KeyPackage
 KeyPackage KeyFactory.getKeyPackage()
          Returns the package supported by this factory
 

Uses of KeyPackage in org.eclipse.emf.test.models.key.impl
 

Classes in org.eclipse.emf.test.models.key.impl that implement KeyPackage
 class KeyPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.test.models.key.impl that return KeyPackage
 KeyPackage KeyFactoryImpl.getKeyPackage()
           
static KeyPackage KeyFactoryImpl.getPackage()
          Deprecated.  
static KeyPackage KeyPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of KeyPackage in org.eclipse.emf.test.models.key.util
 

Fields in org.eclipse.emf.test.models.key.util declared as KeyPackage
protected static KeyPackage KeyAdapterFactory.modelPackage
          The cached model package
protected static KeyPackage KeySwitch.modelPackage
          The cached model package
 


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