Uses of Interface
org.eclipse.emf.ocl.expressions.EnumLiteralExp

Packages that use EnumLiteralExp
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API. 
 

Uses of EnumLiteralExp in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return EnumLiteralExp
 EnumLiteralExp ExpressionsFactory.createEnumLiteralExp()
          Deprecated. Returns a new object of class 'Enum Literal Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type EnumLiteralExp
 Object Visitor.visitEnumLiteralExp(EnumLiteralExp el)
          Deprecated.  
 

Uses of EnumLiteralExp in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement EnumLiteralExp
 class EnumLiteralExpImpl
          An implementation of the model object 'Enum Literal Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return EnumLiteralExp
 EnumLiteralExp ExpressionsFactoryImpl.createEnumLiteralExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type EnumLiteralExp
 Object ValidationVisitorImpl.visitEnumLiteralExp(EnumLiteralExp el)
          Callback for an EnumLiteralExp visit.
 Object ToStringVisitorImpl.visitEnumLiteralExp(EnumLiteralExp el)
          Callback for an EnumLiteralExp visit.
 Object EvaluationVisitorImpl.visitEnumLiteralExp(EnumLiteralExp el)
          Callback for an EnumLiteralExp visit.
 

Uses of EnumLiteralExp in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type EnumLiteralExp
 Object ExpressionsSwitch.caseEnumLiteralExp(EnumLiteralExp object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Enum Literal Exp'
 Object AbstractVisitor.visitEnumLiteralExp(EnumLiteralExp el)
          Deprecated.  
 


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