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

Packages that use TypesPackage
org.eclipse.ocl.types Specification of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.impl Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.util Generated utilities for working with instances the Types model. 
 

Uses of TypesPackage in org.eclipse.ocl.types
 

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

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

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

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

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

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

Fields in org.eclipse.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, 2007 IBM Corporation and others.
All Rights Reserved.