Uses of Interface
org.eclipse.emf.ecore.xcore.XTypedElement

Packages that use XTypedElement
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.util   
 

Uses of XTypedElement in org.eclipse.emf.ecore.xcore
 

Subinterfaces of XTypedElement in org.eclipse.emf.ecore.xcore
 interface XAttribute
          A representation of the model object 'XAttribute'
 interface XMember
          A representation of the model object 'XMember'
 interface XOperation
          A representation of the model object 'XOperation'
 interface XParameter
          A representation of the model object 'XParameter'
 interface XReference
          A representation of the model object 'XReference'
 interface XStructuralFeature
          A representation of the model object 'XStructural Feature'
 

Uses of XTypedElement in org.eclipse.emf.ecore.xcore.impl
 

Classes in org.eclipse.emf.ecore.xcore.impl that implement XTypedElement
 class XAttributeImpl
          An implementation of the model object 'XAttribute'
 class XMemberImpl
          An implementation of the model object 'XMember'
 class XOperationImpl
          An implementation of the model object 'XOperation'
 class XParameterImpl
          An implementation of the model object 'XParameter'
 class XReferenceImpl
          An implementation of the model object 'XReference'
 class XStructuralFeatureImpl
          An implementation of the model object 'XStructural Feature'
 class XTypedElementImpl
          An implementation of the model object 'XTyped Element'
 

Uses of XTypedElement in org.eclipse.emf.ecore.xcore.util
 

Methods in org.eclipse.emf.ecore.xcore.util with parameters of type XTypedElement
 T XcoreSwitch.caseXTypedElement(XTypedElement object)
          Returns the result of interpreting the object as an instance of 'XTyped Element'
 


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