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

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

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

Subinterfaces of XClassifier in org.eclipse.emf.ecore.xcore
 interface XClass
          A representation of the model object 'XClass'
 interface XDataType
          A representation of the model object 'XData Type'
 interface XEnum
          A representation of the model object 'XEnum'
 

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

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XClassifier
 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'
 

Fields in org.eclipse.emf.ecore.xcore.impl with type parameters of type XClassifier
protected  EList<XClassifier> XPackageImpl.classifiers
          The cached value of the 'Classifiers' containment reference list
 

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

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

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


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