Uses of Interface
org.eclipse.emf.test.models.ref.RefPackage

Packages that use RefPackage
org.eclipse.emf.test.edit.command   
org.eclipse.emf.test.edit.provider   
org.eclipse.emf.test.models.ref   
org.eclipse.emf.test.models.ref.impl   
org.eclipse.emf.test.models.ref.util   
 

Uses of RefPackage in org.eclipse.emf.test.edit.command
 

Fields in org.eclipse.emf.test.edit.command declared as RefPackage
protected  RefPackage ChangeCommandTest.refPackage
          The Ref test package.
protected  RefPackage DeleteCommandTest.refPackage
          The Ref test package.
protected  RefPackage SetCommandTest.refPackage
          The Ref test package, which includes all the various combinations of bidirectionality, multiplicity, and containment in references.
protected  RefPackage RemoveCommandTest.refPackage
          The Ref test package.
protected  RefPackage UnsetCommandTest.refPackage
          The Ref test package, which includes all the various combinations of bidirectionality, multiplicity, and containment in references.
protected  RefPackage AddCommandTest.refPackage
          The Ref test package.
 

Uses of RefPackage in org.eclipse.emf.test.edit.provider
 

Fields in org.eclipse.emf.test.edit.provider declared as RefPackage
protected  RefPackage ComposedAdapterFactoryTest.refPackage
          The Ref test package.
 

Uses of RefPackage in org.eclipse.emf.test.models.ref
 

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

Methods in org.eclipse.emf.test.models.ref that return RefPackage
 RefPackage RefFactory.getRefPackage()
          Returns the package supported by this factory
 

Uses of RefPackage in org.eclipse.emf.test.models.ref.impl
 

Classes in org.eclipse.emf.test.models.ref.impl that implement RefPackage
 class RefPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.test.models.ref.impl that return RefPackage
static RefPackage RefFactoryImpl.getPackage()
          Deprecated.  
 RefPackage RefFactoryImpl.getRefPackage()
           
static RefPackage RefPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of RefPackage in org.eclipse.emf.test.models.ref.util
 

Fields in org.eclipse.emf.test.models.ref.util declared as RefPackage
protected static RefPackage RefSwitch.modelPackage
          The cached model package
protected static RefPackage RefAdapterFactory.modelPackage
          The cached model package
 


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