|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp
Class ByRefValue

java.lang.Objectcom.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.
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.tripi.asp.ByRefValue