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

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

Methods in org.eclipse.emf.ocl.types that return ElementType
 ElementType TypesFactory.createElementType()
          Returns a new object of class 'Element Type'
 

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

Classes in org.eclipse.emf.ocl.types.impl that implement ElementType
 class ElementTypeImpl
           An implementation of the model object 'Element Type'
 

Fields in org.eclipse.emf.ocl.types.impl declared as ElementType
static ElementType ElementTypeImpl.INSTANCE
           
 

Methods in org.eclipse.emf.ocl.types.impl that return ElementType
 ElementType TypesFactoryImpl.createElementType()
           
 

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

Fields in org.eclipse.emf.ocl.types.util declared as ElementType
static ElementType Types.OCL_ELEMENT
          Representation of the OCL predefined OclElement type.
 

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


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