JADE Java Persistence API
1.0

com.jadeworld.jade
Class ByRef<T>

java.lang.Object
  extended by com.jadeworld.jade.ByRef<T>

public abstract class ByRef<T>
extends java.lang.Object

Used in method calls to indicate parameters with "output" or "io" usage.


Constructor Summary
ByRef()
           
 
Method Summary
abstract  T get()
           
static
<T> ByRef<T>
io(T obj)
           
static
<T> ByRef<T>
out()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByRef

public ByRef()
Method Detail

out

public static <T> ByRef<T> out()

io

public static <T> ByRef<T> io(T obj)

get

public abstract T get()

JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation