db4o 7.4

com.db4o.reflect
Class ReflectClassByRef

java.lang.Object
  extended by com.db4o.reflect.ReflectClassByRef

public final class ReflectClassByRef
extends java.lang.Object

Useful as "out" or "by ref" function parameter.


Field Summary
static ReflectClassByRef IGNORED
          Useful whenever an "out" parameter is to be ignored.
 ReflectClass value
           
 
Constructor Summary
ReflectClassByRef()
           
ReflectClassByRef(ReflectClass initialValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IGNORED

public static final ReflectClassByRef IGNORED
Useful whenever an "out" parameter is to be ignored.


value

public ReflectClass value
Constructor Detail

ReflectClassByRef

public ReflectClassByRef(ReflectClass initialValue)

ReflectClassByRef

public ReflectClassByRef()

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.