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

Packages that use XDataType
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.impl   
org.eclipse.emf.ecore.xcore.mappings   
org.eclipse.emf.ecore.xcore.util   
 

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

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

Methods in org.eclipse.emf.ecore.xcore that return XDataType
 XDataType XcoreFactory.createXDataType()
          Returns a new object of class 'XData Type'
 

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

Classes in org.eclipse.emf.ecore.xcore.impl that implement XDataType
 class XDataTypeImpl
          An implementation of the model object 'XData Type'
 class XEnumImpl
          An implementation of the model object 'XEnum'
 

Methods in org.eclipse.emf.ecore.xcore.impl that return XDataType
 XDataType XcoreFactoryImpl.createXDataType()
           
 

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

Methods in org.eclipse.emf.ecore.xcore.mappings that return XDataType
 XDataType XcoreMapper.getXDataType(EObject eObject)
           
 

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type XDataType
 XDataTypeMapping XcoreMapper.getMapping(XDataType xDataType)
           
 

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

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


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