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()
          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
          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
 java.lang.Object TypesSwitch.caseInvalidType(InvalidType object)
          Returns the result of interpretting the object as an instance of 'Invalid Type'
 


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