|
JADE Java Persistence API 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jadeworld.jade.ByRef<T>
public abstract class ByRef<T>
Used in method calls to indicate parameters with "output" or "io" usage.
| Constructor Summary | |
|---|---|
ByRef()
|
|
| Method Summary | ||
|---|---|---|
abstract T |
get()
|
|
static
|
io(T obj)
|
|
static
|
out()
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByRef()
| Method Detail |
|---|
public static <T> ByRef<T> out()
public static <T> ByRef<T> io(T obj)
public abstract T get()
|
JADE Java Persistence API 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||