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

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

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

Methods in org.eclipse.emf.ecore.xcore that return XAnnotation
 XAnnotation XcoreFactory.createXAnnotation()
          Returns a new object of class 'XAnnotation'
 XAnnotation XModelElement.getAnnotation(java.lang.String sourceURI)
           
 

Methods in org.eclipse.emf.ecore.xcore that return types with arguments of type XAnnotation
 EList<XAnnotation> XModelElement.getAnnotations()
          Returns the value of the 'Annotations' containment reference list.
 

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

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

Fields in org.eclipse.emf.ecore.xcore.impl with type parameters of type XAnnotation
protected  EList<XAnnotation> XModelElementImpl.annotations
          The cached value of the 'Annotations' containment reference list
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XAnnotation
 XAnnotation XcoreFactoryImpl.createXAnnotation()
           
 XAnnotation XModelElementImpl.getAnnotation(java.lang.String sourceURI)
           
 

Methods in org.eclipse.emf.ecore.xcore.impl that return types with arguments of type XAnnotation
 EList<XAnnotation> XModelElementImpl.getAnnotations()
           
 

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

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


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