Uses of Interface
org.eclipse.emf.ecore.resource.Resource.Diagnostic

Packages that use Resource.Diagnostic
org.eclipse.emf.ecore.resource Provides an API for modeling abstract persistent resources. 
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.ecore.xmi   
 

Uses of Resource.Diagnostic in org.eclipse.emf.ecore.resource
 

Methods in org.eclipse.emf.ecore.resource that return types with arguments of type Resource.Diagnostic
 EList<Resource.Diagnostic> Resource.getErrors()
          Returns a list of the errors in the resource; each error will be of type Resource.Diagnostic.
 EList<Resource.Diagnostic> Resource.getWarnings()
          Returns a list of the warnings and informational messages in the resource; each warning will be of type Resource.Diagnostic.
 

Uses of Resource.Diagnostic in org.eclipse.emf.ecore.resource.impl
 

Fields in org.eclipse.emf.ecore.resource.impl with type parameters of type Resource.Diagnostic
protected  EList<Resource.Diagnostic> ResourceImpl.errors
          The errors.
protected  EList<Resource.Diagnostic> ResourceImpl.warnings
          The warnings.
 

Methods in org.eclipse.emf.ecore.resource.impl that return types with arguments of type Resource.Diagnostic
 EList<Resource.Diagnostic> ResourceImpl.getErrors()
           
 EList<Resource.Diagnostic> ResourceImpl.getWarnings()
           
 

Uses of Resource.Diagnostic in org.eclipse.emf.ecore.xmi
 

Classes in org.eclipse.emf.ecore.xmi that implement Resource.Diagnostic
 class ClassNotFoundException
           
 class DanglingHREFException
           
 class FeatureNotFoundException
           
 class IllegalValueException
           
 class PackageNotFoundException
           
 class UnresolvedReferenceException
           
 class XMIException
           
 


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