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()
          Returns a new object of class 'Enum Literal Exp'
 

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

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
 java.lang.Object ValidationVisitorImpl.visitEnumLiteralExp(EnumLiteralExp el)
          Callback for an EnumLiteralExp visit.
 java.lang.Object ToStringVisitorImpl.visitEnumLiteralExp(EnumLiteralExp el)
          Callback for an EnumLiteralExp visit.
 java.lang.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
 java.lang.Object ExpressionsSwitch.caseEnumLiteralExp(EnumLiteralExp object)
          Returns the result of interpretting the object as an instance of 'Enum Literal Exp'
 java.lang.Object AbstractVisitor.visitEnumLiteralExp(EnumLiteralExp el)
           
 


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