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

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

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

Subinterfaces of XModelElement in org.eclipse.emf.ecore.xcore
 interface XAnnotation
          A representation of the model object 'XAnnotation'
 interface XAnnotationDirective
          A representation of the model object 'XAnnotation Directive'
 interface XAttribute
          A representation of the model object 'XAttribute'
 interface XClass
          A representation of the model object 'XClass'
 interface XClassifier
          A representation of the model object 'XClassifier'
 interface XDataType
          A representation of the model object 'XData Type'
 interface XEnum
          A representation of the model object 'XEnum'
 interface XEnumLiteral
          A representation of the model object 'XEnum Literal'
 interface XImportDirective
          A representation of the model object 'XImport Directive'
 interface XMember
          A representation of the model object 'XMember'
 interface XNamedElement
          A representation of the model object 'XNamed Element'
 interface XOperation
          A representation of the model object 'XOperation'
 interface XPackage
          A representation of the model object 'XPackage'
 interface XParameter
          A representation of the model object 'XParameter'
 interface XReference
          A representation of the model object 'XReference'
 interface XStructuralFeature
          A representation of the model object 'XStructural Feature'
 interface XTypedElement
          A representation of the model object 'XTyped Element'
 interface XTypeParameter
          A representation of the model object 'XType Parameter'
 

Methods in org.eclipse.emf.ecore.xcore that return XModelElement
 XModelElement XAnnotation.getModelElement()
          Returns the value of the 'Model Element' container reference.
 

Methods in org.eclipse.emf.ecore.xcore with parameters of type XModelElement
 void XAnnotation.setModelElement(XModelElement value)
          Sets the value of the 'Model Element' container reference
 

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XModelElement
 class XAnnotationDirectiveImpl
          An implementation of the model object 'XAnnotation Directive'
 class XAnnotationImpl
          An implementation of the model object 'XAnnotation'
 class XAttributeImpl
          An implementation of the model object 'XAttribute'
 class XClassifierImpl
          An implementation of the model object 'XClassifier'
 class XClassImpl
          An implementation of the model object 'XClass'
 class XDataTypeImpl
          An implementation of the model object 'XData Type'
 class XEnumImpl
          An implementation of the model object 'XEnum'
 class XEnumLiteralImpl
          An implementation of the model object 'XEnum Literal'
 class XImportDirectiveImpl
          An implementation of the model object 'XImport Directive'
 class XMemberImpl
          An implementation of the model object 'XMember'
 class XModelElementImpl
          An implementation of the model object 'XModel Element'
 class XNamedElementImpl
          An implementation of the model object 'XNamed Element'
 class XOperationImpl
          An implementation of the model object 'XOperation'
 class XPackageImpl
          An implementation of the model object 'XPackage'
 class XParameterImpl
          An implementation of the model object 'XParameter'
 class XReferenceImpl
          An implementation of the model object 'XReference'
 class XStructuralFeatureImpl
          An implementation of the model object 'XStructural Feature'
 class XTypedElementImpl
          An implementation of the model object 'XTyped Element'
 class XTypeParameterImpl
          An implementation of the model object 'XType Parameter'
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XModelElement
 XModelElement XAnnotationImpl.getModelElement()
           
 

Methods in org.eclipse.emf.ecore.xcore.impl with parameters of type XModelElement
 NotificationChain XAnnotationImpl.basicSetModelElement(XModelElement newModelElement, NotificationChain msgs)
           
 void XAnnotationImpl.setModelElement(XModelElement newModelElement)
           
 

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

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


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