Uses of Class
org.eclipse.emf.ecore.resource.ContentHandler.Validity

Packages that use ContentHandler.Validity
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. 
 

Uses of ContentHandler.Validity in org.eclipse.emf.ecore.resource
 

Methods in org.eclipse.emf.ecore.resource that return ContentHandler.Validity
static ContentHandler.Validity ContentHandler.Validity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContentHandler.Validity[] ContentHandler.Validity.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ContentHandler.Validity in org.eclipse.emf.ecore.resource.impl
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type ContentHandler.Validity
static java.util.Map<java.lang.String,java.lang.Object> ContentHandlerImpl.createContentDescription(ContentHandler.Validity validity)
          Creates a map with a single entry from ContentHandler.VALIDITY_PROPERTY to the given validity value.
 


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