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

Packages that use XClass
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 XClass in org.eclipse.emf.ecore.xcore
 

Methods in org.eclipse.emf.ecore.xcore that return XClass
 XClass XcoreFactory.createXClass()
          Returns a new object of class 'XClass'
 XClass XMember.getContainingClass()
          Returns the value of the 'Containing Class' container reference.
 

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XClass
 class XClassImpl
          An implementation of the model object 'XClass'
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XClass
 XClass XcoreFactoryImpl.createXClass()
           
 XClass XMemberImpl.getContainingClass()
           
 

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

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

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type XClass
 XClassMapping XcoreMapper.getMapping(XClass xClass)
           
 

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

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


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