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

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

Methods in org.eclipse.emf.ocl.types that return AnyType
 AnyType TypesFactory.createAnyType()
          Returns a new object of class 'Any Type'
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement AnyType
 class AnyTypeImpl
           
 

Fields in org.eclipse.emf.ocl.types.impl declared as AnyType
static AnyType AnyTypeImpl.INSTANCE
           
 

Methods in org.eclipse.emf.ocl.types.impl that return AnyType
 AnyType TypesFactoryImpl.createAnyType()
           
 

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

Fields in org.eclipse.emf.ocl.types.util declared as AnyType
static AnyType Types.OCL_ANY_TYPE
          Representation of the OclAny type.
 

Methods in org.eclipse.emf.ocl.types.util with parameters of type AnyType
 java.lang.Object TypesSwitch.caseAnyType(AnyType object)
          Returns the result of interpretting the object as an instance of 'Any Type'
 


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