Uses of Class
org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO.Version

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

Uses of BinaryResourceImpl.BinaryIO.Version in org.eclipse.emf.ecore.resource.impl
 

Fields in org.eclipse.emf.ecore.resource.impl declared as BinaryResourceImpl.BinaryIO.Version
protected  BinaryResourceImpl.BinaryIO.Version BinaryResourceImpl.BinaryIO.version
           
 

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

Constructors in org.eclipse.emf.ecore.resource.impl with parameters of type BinaryResourceImpl.BinaryIO.Version
BinaryResourceImpl.EObjectOutputStream(java.io.OutputStream outputStream, java.util.Map<?,?> options, BinaryResourceImpl.BinaryIO.Version version)
           
BinaryResourceImpl.EObjectOutputStream(java.io.OutputStream outputStream, java.util.Map<?,?> options, BinaryResourceImpl.BinaryIO.Version version, int style)
           
 


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