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

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

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

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

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

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

Methods in org.eclipse.emf.ecore.xml.type.impl that return SimpleAnyType
 SimpleAnyType XMLTypeFactoryImpl.createSimpleAnyType()
           
 

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

Fields in org.eclipse.emf.ecore.xml.type.util declared as SimpleAnyType
protected  SimpleAnyType XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame.theSimpleAnyType
           
 

Methods in org.eclipse.emf.ecore.xml.type.util that return SimpleAnyType
protected  SimpleAnyType XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame.popSimpleAnyType()
           
 SimpleAnyType XMLTypeResourceImpl.FrameFactory.popSimpleAnyType(XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame simpleAnyType)
           
 

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


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