jsdai.lang
Class ReferencedObject

java.lang.Object
  extended byjsdai.lang.ReferencedObject

public class ReferencedObject
extends java.lang.Object

The reference to an objects. This is a way to have output parameter in a function call. This class is primarily intended for internal JSDAI use.


Field Summary
 java.lang.Object value
          The input or output value
 
Constructor Summary
ReferencedObject()
          Creates a new ReferencedObject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.Object value
The input or output value

Constructor Detail

ReferencedObject

public ReferencedObject()
Creates a new ReferencedObject.


Copyright © LKSoftWare GmbH, 1999-2008