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

Packages that use BagType
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 BagType in org.eclipse.emf.ocl.types
 

Methods in org.eclipse.emf.ocl.types that return BagType
 BagType TypesFactory.createBagType()
          Deprecated. Returns a new object of class 'Bag Type'
 BagType TypesFactory.createBagType(EClassifier elementType)
          Deprecated.  
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement BagType
 class BagTypeImpl
           
 

Fields in org.eclipse.emf.ocl.types.impl declared as BagType
static BagType CollectionTypeImpl.OCL_BAG
           
 

Methods in org.eclipse.emf.ocl.types.impl that return BagType
 BagType TypesFactoryImpl.createBagType()
           
 BagType TypesFactoryImpl.createBagType(EClassifier elementType)
           
 

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

Methods in org.eclipse.emf.ocl.types.util with parameters of type BagType
 T TypesSwitch.caseBagType(BagType object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Bag Type'
 


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