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

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

Methods in org.eclipse.emf.ocl.types that return VoidType
 VoidType TypesFactory.createVoidType()
          Returns a new object of class 'Void Type'
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement VoidType
 class VoidTypeImpl
           An implementation of the model object 'Void Type'
 

Methods in org.eclipse.emf.ocl.types.impl that return VoidType
 VoidType TypesFactoryImpl.createVoidType()
           
 

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

Fields in org.eclipse.emf.ocl.types.util declared as VoidType
static VoidType Types.OCL_VOID
          The shared type object representing OclVoid (the single instance of the OclVoidType metatype).
 

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


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