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

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

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

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

Classes in org.eclipse.emf.ocl.types.impl that implement SetType
 class SetTypeImpl
          An implementation of the model object 'Set Type'
 

Fields in org.eclipse.emf.ocl.types.impl declared as SetType
static SetType CollectionTypeImpl.OCL_SET
           
 

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

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

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


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