org.eclipse.emf.ecore.sdo.impl
Class EDataGraphImpl.EDataObjectExternalizable

java.lang.Object
  extended byorg.eclipse.emf.ecore.sdo.impl.EDataGraphImpl.EDataObjectExternalizable
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
EDataGraphImpl

public static class EDataGraphImpl.EDataObjectExternalizable
extends Object
implements Externalizable

See Also:
Serialized Form

Field Summary
protected  EDataGraph eDataGraph
           
protected  EObject eObject
           
 
Constructor Summary
EDataGraphImpl.EDataObjectExternalizable()
           
EDataGraphImpl.EDataObjectExternalizable(EDataGraph eDataGraph, EObject eObject)
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
protected  Object readResolve()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eObject

protected EObject eObject

eDataGraph

protected EDataGraph eDataGraph
Constructor Detail

EDataGraphImpl.EDataObjectExternalizable

public EDataGraphImpl.EDataObjectExternalizable()

EDataGraphImpl.EDataObjectExternalizable

public EDataGraphImpl.EDataObjectExternalizable(EDataGraph eDataGraph,
                                                EObject eObject)
Method Detail

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

readResolve

protected Object readResolve()

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