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

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

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

Methods in org.eclipse.emf.ecore.xcore that return XAttribute
 XAttribute XcoreFactory.createXAttribute()
          Returns a new object of class 'XAttribute'
 

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

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

Methods in org.eclipse.emf.ecore.xcore.impl that return XAttribute
 XAttribute XcoreFactoryImpl.createXAttribute()
           
 

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

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


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