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

Packages that use XStructuralFeature
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.mappings   
org.eclipse.emf.ecore.xcore.util   
 

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

Subinterfaces of XStructuralFeature in org.eclipse.emf.ecore.xcore
 interface XAttribute
          A representation of the model object 'XAttribute'
 interface XReference
          A representation of the model object 'XReference'
 

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XStructuralFeature
 class XAttributeImpl
          An implementation of the model object 'XAttribute'
 class XReferenceImpl
          An implementation of the model object 'XReference'
 class XStructuralFeatureImpl
          An implementation of the model object 'XStructural Feature'
 

Uses of XStructuralFeature in org.eclipse.emf.ecore.xcore.mappings
 

Methods in org.eclipse.emf.ecore.xcore.mappings that return XStructuralFeature
 XStructuralFeature XcoreMapper.getXFeature(EObject eObject)
           
 

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type XStructuralFeature
 XFeatureMapping XcoreMapper.getMapping(XStructuralFeature xStructuralFeature)
           
 

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

Methods in org.eclipse.emf.ecore.xcore.util with parameters of type XStructuralFeature
 T XcoreSwitch.caseXStructuralFeature(XStructuralFeature object)
          Returns the result of interpreting the object as an instance of 'XStructural Feature'
 


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