org.eclipse.emf.oda.ecore.impl
Class ResultSet.JavaObject

java.lang.Object
  extended by org.eclipse.emf.oda.ecore.impl.ResultSet.JavaObject
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ResultSet

public static class ResultSet.JavaObject
extends java.lang.Object
implements java.io.Serializable

A wrapper for Java objects which works around the fact that EMF objects are not (Java) serializable and which provides a formatted text representation.

See Also:
Serialized Form

Field Summary
protected  java.lang.Object object
           
 
Constructor Summary
ResultSet.JavaObject(java.lang.Object object)
           
 
Method Summary
 java.lang.Object getObject()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object

protected transient java.lang.Object object
Constructor Detail

ResultSet.JavaObject

public ResultSet.JavaObject(java.lang.Object object)
Method Detail

getObject

public java.lang.Object getObject()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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