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

Packages that use VoidType
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.types Specification of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.impl Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.util Generated utilities for working with instances the Types model. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of VoidType in org.eclipse.ocl.ecore
 

Subinterfaces of VoidType in org.eclipse.ocl.ecore
 interface VoidType
          A representation of the model object 'Void Type'
 

Uses of VoidType in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type VoidType
<O> T
EcoreSwitch.caseVoidType_1(VoidType<O> object)
          Returns the result of interpretting the object as an instance of 'Void Type'
 

Uses of VoidType in org.eclipse.ocl.types
 

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

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

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

Methods in org.eclipse.ocl.types.impl that return VoidType
<O> VoidType<O>
TypesFactoryImpl.createVoidType()
           
 

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

Methods in org.eclipse.ocl.types.util with parameters of type VoidType
<O> T
TypesSwitch.caseVoidType(VoidType<O> object)
          Returns the result of interpretting the object as an instance of 'Void Type'
 

Uses of VoidType in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type VoidType
<O> T
UMLSwitch.caseVoidType_1(VoidType<O> object)
          Returns the result of interpretting the object as an instance of 'Void Type'
 


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