Uses of Interface
org.eclipse.emf.ecore.ETypedElement

Packages that use ETypedElement
org.eclipse.emf.codegen.ecore.java2ecore   
org.eclipse.emf.codegen.ecore.rose2ecore   
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
 

Uses of ETypedElement in org.eclipse.emf.codegen.ecore.java2ecore
 

Methods in org.eclipse.emf.codegen.ecore.java2ecore that return ETypedElement
protected  ETypedElement JavaEcoreBuilder.analyzeMethod(EClass eClass, String modelAnnotation, String methodName, String returnType, String[] parameterNames, String[] parameterTypes)
           
 

Uses of ETypedElement in org.eclipse.emf.codegen.ecore.rose2ecore
 

Methods in org.eclipse.emf.codegen.ecore.rose2ecore with parameters of type ETypedElement
protected  String EcoreBuilder.getQualifiedTypeName(ETypedElement typedElement, String type)
           
 

Uses of ETypedElement in org.eclipse.emf.ecore
 

Subinterfaces of ETypedElement in org.eclipse.emf.ecore
 interface EAttribute
           A representation of the model object 'EAttribute'
 interface EOperation
           A representation of the model object 'EOperation'
 interface EParameter
           A representation of the model object 'EParameter'
 interface EReference
           A representation of the model object 'EReference'
 interface EStructuralFeature
           A representation of the model object 'EStructural Feature'
static interface EStructuralFeature.Internal
          Internal API implemented by all features.
 

Uses of ETypedElement in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement ETypedElement
 class EAttributeImpl
           An implementation of the model object 'EAttribute'
 class EOperationImpl
           An implementation of the model object 'EOperation'
 class EParameterImpl
           An implementation of the model object 'EParameter'
 class EReferenceImpl
           An implementation of the model object 'EReference'
 class EStructuralFeatureImpl
           An implementation of the model object 'EStructural Feature'.
 class ETypedElementImpl
           An implementation of the model object 'ETyped Element'
 

Uses of ETypedElement in org.eclipse.emf.ecore.util
 

Methods in org.eclipse.emf.ecore.util with parameters of type ETypedElement
 Object EcoreSwitch.caseETypedElement(ETypedElement object)
          Returns the result of interpretting the object as an instance of 'ETyped Element'
 


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.