Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp
Class ByRefValue  view ByRefValue download ByRefValue.java

java.lang.Object
  extended bycom.tripi.asp.ByRefValue

public class ByRefValue
extends java.lang.Object

This class contains a reference to an object which is being passed by reference. Useful in ASP to Java calls where the object is passed by reference instead of by value.


Field Summary
(package private)  java.lang.Object subObject
          The sub-object this class contains.
 
Constructor Summary
ByRefValue()
          Constructor.
ByRefValue(java.lang.Object subObject)
          Constructor, with initial object.
 
Method Summary
 java.lang.Object getValue()
          Obtains this object's value.
 void setValue(java.lang.Object subObject)
          Set this object's value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subObject

java.lang.Object subObject
The sub-object this class contains.

Constructor Detail

ByRefValue

public ByRefValue()
Constructor.


ByRefValue

public ByRefValue(java.lang.Object subObject)
Constructor, with initial object.

Method Detail

getValue

public java.lang.Object getValue()
Obtains this object's value.


setValue

public void setValue(java.lang.Object subObject)
Set this object's value.