Uses of Class
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.Check

Packages that use BinaryResourceImpl.EObjectOutputStream.Check
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
 

Uses of BinaryResourceImpl.EObjectOutputStream.Check in org.eclipse.emf.ecore.resource.impl
 

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

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type BinaryResourceImpl.EObjectOutputStream.Check
 void BinaryResourceImpl.EObjectOutputStream.saveEObject(InternalEObject internalEObject, BinaryResourceImpl.EObjectOutputStream.Check check)
           
 void BinaryResourceImpl.EObjectOutputStream.saveEObjects(InternalEList<? extends InternalEObject> internalEObjects, BinaryResourceImpl.EObjectOutputStream.Check check)
           
 


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