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

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

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

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

Methods in org.eclipse.ocl.ecore.util with parameters of type ElementType
 T EcoreSwitch.caseElementType_1(ElementType object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseTypes_ElementType(org.eclipse.ocl.types.ElementType) method, instead.
 T EcoreSwitch.caseTypes_ElementType(ElementType object)
          Returns the result of interpreting the object as an instance of 'Element Type'
 

Uses of ElementType in org.eclipse.ocl.types
 

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

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

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

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

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

Methods in org.eclipse.ocl.types.util with parameters of type ElementType
 T TypesSwitch.caseElementType(ElementType object)
          Returns the result of interpreting the object as an instance of 'Element Type'
 boolean TypesValidator.validateElementType(ElementType elementType, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type ElementType
 T UMLSwitch.caseElementType_1(ElementType object)
          Deprecated. Since 2.0, override the UMLSwitch.caseTypes_ElementType(org.eclipse.ocl.types.ElementType) method, instead.
 T UMLSwitch.caseTypes_ElementType(ElementType object)
          Returns the result of interpreting the object as an instance of 'Element Type'
 


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