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

Packages that use AnyType
org.eclipse.emf.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.ecore.xml.type.util   
 

Uses of AnyType in org.eclipse.emf.ecore.xmi
 

Methods in org.eclipse.emf.ecore.xmi that return types with arguments of type AnyType
 java.util.Map<EObject,AnyType> XMLResource.getEObjectToExtensionMap()
          Returns the map with EObject as keys and corresponding AnyTypes as the values.
 

Uses of AnyType in org.eclipse.emf.ecore.xmi.impl
 

Fields in org.eclipse.emf.ecore.xmi.impl with type parameters of type AnyType
protected  java.util.Map<EObject,AnyType> XMLResourceImpl.eObjectToExtensionMap
           
protected  java.util.Map<EObject,AnyType> XMLHandler.eObjectToExtensionMap
           
protected  java.util.Map<EObject,AnyType> XMLSaveImpl.eObjectToExtensionMap
           
 

Methods in org.eclipse.emf.ecore.xmi.impl that return AnyType
protected  AnyType XMLHandler.getExtension(EObject peekObject)
           
 

Methods in org.eclipse.emf.ecore.xmi.impl that return types with arguments of type AnyType
 java.util.Map<EObject,AnyType> XMLResourceImpl.getEObjectToExtensionMap()
           
 

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

Subinterfaces of AnyType in org.eclipse.emf.ecore.xml.type
 interface SimpleAnyType
          A representation of the model object 'Simple Any Type'
 

Methods in org.eclipse.emf.ecore.xml.type that return AnyType
 AnyType XMLTypeFactory.createAnyType()
          Returns a new object of class 'Any Type'
 

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

Classes in org.eclipse.emf.ecore.xml.type.impl that implement AnyType
 class AnyTypeImpl
          An implementation of the model object 'Any Type'
 class SimpleAnyTypeImpl
          An implementation of the model object 'Simple Any Type'
 

Methods in org.eclipse.emf.ecore.xml.type.impl that return AnyType
 AnyType XMLTypeFactoryImpl.createAnyType()
           
 

Uses of AnyType in org.eclipse.emf.ecore.xml.type.util
 

Fields in org.eclipse.emf.ecore.xml.type.util declared as AnyType
protected  AnyType XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame.theAnyType
           
 

Methods in org.eclipse.emf.ecore.xml.type.util that return AnyType
protected  AnyType XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame.popAnyType()
           
 AnyType XMLTypeResourceImpl.FrameFactory.popAnyType(XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame anyType)
           
 

Methods in org.eclipse.emf.ecore.xml.type.util with parameters of type AnyType
 boolean XMLTypeValidator.validateAnyType(AnyType anyType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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