Uses of Interface
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.DictLiteralPart

Packages that use DictLiteralPart
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL   
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl   
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util   
 

Uses of DictLiteralPart in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return DictLiteralPart
 DictLiteralPart ImperativeOCLFactory.createDictLiteralPart()
          Returns a new object of class 'Dict Literal Part'
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return types with arguments of type DictLiteralPart
 org.eclipse.emf.common.util.EList<DictLiteralPart> DictLiteralExp.getPart()
          Returns the value of the 'Part' containment reference list.
 

Uses of DictLiteralPart in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl
 

Classes in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that implement DictLiteralPart
 class DictLiteralPartImpl
          An implementation of the model object 'Dict Literal Part'
 

Fields in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl with type parameters of type DictLiteralPart
protected  org.eclipse.emf.common.util.EList<DictLiteralPart> DictLiteralExpImpl.part
          The cached value of the 'Part' containment reference list
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that return DictLiteralPart
 DictLiteralPart ImperativeOCLFactoryImpl.createDictLiteralPart()
           
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that return types with arguments of type DictLiteralPart
 org.eclipse.emf.common.util.EList<DictLiteralPart> DictLiteralExpImpl.getPart()
           
 

Uses of DictLiteralPart in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type DictLiteralPart
 T ImperativeOCLSwitch.caseDictLiteralPart(DictLiteralPart object)
          Returns the result of interpreting the object as an instance of 'Dict Literal Part'
 boolean ImperativeOCLValidator.validateDictLiteralPart(DictLiteralPart dictLiteralPart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 java.lang.String ImperativeOCLToStringVisitor.visitDictLiteralPart(DictLiteralPart astNode)
           
 T ImperativeOCLVisitor.visitDictLiteralPart(DictLiteralPart astNode)
           
 


Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.