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

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

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

Methods in org.eclipse.emf.ecore.xcore that return XAnnotationDirective
 XAnnotationDirective XcoreFactory.createXAnnotationDirective()
          Returns a new object of class 'XAnnotation Directive'
 XAnnotationDirective XAnnotation.getSource()
          Returns the value of the 'Source' reference
 

Methods in org.eclipse.emf.ecore.xcore that return types with arguments of type XAnnotationDirective
 EList<XAnnotationDirective> XPackage.getAnnotationDirectives()
          Returns the value of the 'Annotation Directives' containment reference list.
 

Methods in org.eclipse.emf.ecore.xcore with parameters of type XAnnotationDirective
 void XAnnotation.setSource(XAnnotationDirective value)
          Sets the value of the 'Source' reference
 

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

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

Fields in org.eclipse.emf.ecore.xcore.impl declared as XAnnotationDirective
protected  XAnnotationDirective XAnnotationImpl.source
          The cached value of the 'Source' reference
 

Fields in org.eclipse.emf.ecore.xcore.impl with type parameters of type XAnnotationDirective
protected  EList<XAnnotationDirective> XPackageImpl.annotationDirectives
          The cached value of the 'Annotation Directives' containment reference list
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XAnnotationDirective
 XAnnotationDirective XAnnotationImpl.basicGetSource()
           
 XAnnotationDirective XcoreFactoryImpl.createXAnnotationDirective()
           
 XAnnotationDirective XAnnotationImpl.getSource()
           
 

Methods in org.eclipse.emf.ecore.xcore.impl that return types with arguments of type XAnnotationDirective
 EList<XAnnotationDirective> XPackageImpl.getAnnotationDirectives()
           
 

Methods in org.eclipse.emf.ecore.xcore.impl with parameters of type XAnnotationDirective
 void XAnnotationImpl.setSource(XAnnotationDirective newSource)
           
 

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

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


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