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

Packages that use XNamedElement
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.mappings   
org.eclipse.emf.ecore.xcore.ui.hover   
org.eclipse.emf.ecore.xcore.util   
 

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

Subinterfaces of XNamedElement in org.eclipse.emf.ecore.xcore
 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 XMember
          A representation of the model object 'XMember'
 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'
 

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XNamedElement
 class XAnnotationDirectiveImpl
          An implementation of the model object 'XAnnotation Directive'
 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 XMemberImpl
          An implementation of the model object 'XMember'
 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'
 

Uses of XNamedElement in org.eclipse.emf.ecore.xcore.mappings
 

Methods in org.eclipse.emf.ecore.xcore.mappings that return XNamedElement
 XNamedElement ToXcoreMapping.getXcoreElement()
           
 

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type XNamedElement
 ENamedElement XcoreMapper.getEcore(XNamedElement xNamedElement)
           
 GenBase XcoreMapper.getGen(XNamedElement xNamedElement)
           
 void ToXcoreMapping.setXcoreElement(XNamedElement xcoreElement)
           
 

Uses of XNamedElement in org.eclipse.emf.ecore.xcore.ui.hover
 

Methods in org.eclipse.emf.ecore.xcore.ui.hover with parameters of type XNamedElement
protected  java.lang.String XcoreHoverSignatureProvider._signature(XNamedElement xNamedElement, boolean typeAtEnd)
           
 

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

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


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