Uses of Interface
org.eclipse.emf.ocl.types.TypesPackage

Packages that use TypesPackage
org.eclipse.emf.ocl.types Abstract API for OCL types.  
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types.  
org.eclipse.emf.ocl.types.util EMF utilities for the OCL types API.  
 

Uses of TypesPackage in org.eclipse.emf.ocl.types
 

Fields in org.eclipse.emf.ocl.types declared as TypesPackage
static TypesPackage TypesPackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.ocl.types that return TypesPackage
 TypesPackage TypesFactory.getTypesPackage()
          Returns the package supported by this factory
 

Uses of TypesPackage in org.eclipse.emf.ocl.types.impl
 

Classes in org.eclipse.emf.ocl.types.impl that implement TypesPackage
 class TypesPackageImpl
           An implementation of the model Package .
 

Methods in org.eclipse.emf.ocl.types.impl that return TypesPackage
static TypesPackage TypesPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 TypesPackage TypesFactoryImpl.getTypesPackage()
           
static TypesPackage TypesFactoryImpl.getPackage()
          Deprecated.  
 

Uses of TypesPackage in org.eclipse.emf.ocl.types.util
 

Fields in org.eclipse.emf.ocl.types.util declared as TypesPackage
protected static TypesPackage TypesSwitch.modelPackage
          The cached model package
protected static TypesPackage TypesAdapterFactory.modelPackage
          The cached model package
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.