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

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

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

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

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

Fields in org.eclipse.emf.ocl.types.impl declared as OrderedSetType
static OrderedSetType CollectionTypeImpl.OCL_ORDERED_SET
           
 

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

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

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


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