Uses of Interface
org.eclipse.emf.ecore.xml.type.XMLTypePackage

Packages that use XMLTypePackage
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
 

Uses of XMLTypePackage in org.eclipse.emf.ecore.xml.type
 

Fields in org.eclipse.emf.ecore.xml.type declared as XMLTypePackage
static XMLTypePackage XMLTypePackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.ecore.xml.type that return XMLTypePackage
 XMLTypePackage XMLTypeFactory.getXMLTypePackage()
          Returns the package supported by this factory
 

Uses of XMLTypePackage in org.eclipse.emf.ecore.xml.type.impl
 

Classes in org.eclipse.emf.ecore.xml.type.impl that implement XMLTypePackage
 class XMLTypePackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.ecore.xml.type.impl that return XMLTypePackage
static XMLTypePackage XMLTypeFactoryImpl.getPackage()
          Deprecated.  
 XMLTypePackage XMLTypeFactoryImpl.getXMLTypePackage()
           
static XMLTypePackage XMLTypePackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 


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