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

Packages that use XReference
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.ui.contentassist   
org.eclipse.emf.ecore.xcore.util   
org.eclipse.emf.ecore.xcore.validation   
 

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

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

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

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

Methods in org.eclipse.emf.ecore.xcore.impl that return XReference
 XReference XcoreFactoryImpl.createXReference()
           
 

Uses of XReference in org.eclipse.emf.ecore.xcore.ui.contentassist
 

Fields in org.eclipse.emf.ecore.xcore.ui.contentassist declared as XReference
protected  XReference OppositeReplacementTextApplier.xReference
           
 

Constructors in org.eclipse.emf.ecore.xcore.ui.contentassist with parameters of type XReference
OppositeReplacementTextApplier(XReference xReference, ITextViewer viewer, org.eclipse.xtext.scoping.IScope scope, XcoreMapper mapper, org.eclipse.xtext.naming.IQualifiedNameConverter qualifiedNameConverter, org.eclipse.xtext.conversion.IValueConverter<java.lang.String> qualifiedNameValueConverter)
           
 

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

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

Uses of XReference in org.eclipse.emf.ecore.xcore.validation
 

Methods in org.eclipse.emf.ecore.xcore.validation with parameters of type XReference
 void XcoreJavaValidator.checkContainerOpposite(XReference xReference)
           
 


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