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

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

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

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

Methods in org.eclipse.emf.ecore.xcore that return types with arguments of type XMember
 EList<XMember> XClass.getMembers()
          Returns the value of the 'Members' containment reference list.
 

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XMember
 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 XReferenceImpl
          An implementation of the model object 'XReference'
 class XStructuralFeatureImpl
          An implementation of the model object 'XStructural Feature'
 

Fields in org.eclipse.emf.ecore.xcore.impl with type parameters of type XMember
protected  EList<XMember> XClassImpl.members
          The cached value of the 'Members' containment reference list
 

Methods in org.eclipse.emf.ecore.xcore.impl that return types with arguments of type XMember
 EList<XMember> XClassImpl.getMembers()
           
 

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

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


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