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

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

Methods in org.eclipse.emf.ocl.types that return InvalidType
 InvalidType TypesFactory.createInvalidType()
          Deprecated. Returns a new object of class 'Invalid Type'
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement InvalidType
 class InvalidTypeImpl
          An implementation of the model object 'Invalid Type'
 

Methods in org.eclipse.emf.ocl.types.impl that return InvalidType
 InvalidType TypesFactoryImpl.createInvalidType()
           
 

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

Fields in org.eclipse.emf.ocl.types.util declared as InvalidType
static InvalidType Types.INVALID
          Deprecated. The shared type object representing Invalid (the single instance of the OclInvalidType metatype).
 

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


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